Multiple choice

Which of the following statements is/are incorrect about C array?

  1. Array is a collection of variables belongings to the same data type.

  2. Array may belong to any of the pre-defined data types.

  3. Array size may be a variable or constant value.

  4. Contiguous memory locations are used to store array elements in the memory.

  5. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The statement is incorrect about array. Array size must be a constant value.