You are here

Exercises

5 February, 2015 - 11:20

Exercise 18.4.1

Answer the following statements as either true or false:

  1. The array data type is one of the standard data types in C++.
  2. Arrays can have more than one dimension.
  3. For loops are often used to display the members of an array.
  4. When defning an array, it is preferable to specify how many members are in the array.
  5. Arrays are rarely used to represent data.