Answer the following statements true (T) or false (F)

1. The amount of memory used by an array depends on the array's data type and the number of elements in the array.
2. An array initialization must be all on one line.
3. When you pass an array as an argument to a function, the function can modify the contents of the array.
4. C++ limits the number of array dimensions to two.
5. If you attempt to store data past an array's boundaries, it is guaranteed to cause a compiler error.


1. T
2. F
3. T
4. F
5. F

Computer Science & Information Technology

You might also like to view...

In which two situations are decision trees preferable?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is the wildcard used for any number of characters in SQL?

A) || B) # C) % D) &

Computer Science & Information Technology

?When making tracks with Web Video Text Tracks (WebVTT), white spaces are ignored.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The _____ is a key member and leader of a steering team who plays such a critical role that lack of this essential individual raises the probability of project failure.?

a. ?systems analyst b.? project sponsor c. user d. ?project manager

Computer Science & Information Technology