Multiple choice Which of the following statements is/are incorrect about C array? Array is a collection of variables belongings to the same data type. Array may belong to any of the pre-defined data types. Array size may be a variable or constant value. Contiguous memory locations are used to store array elements in the memory. 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.