Report Bug
Qus : Which of the following best describes an array in C?
QusWhich of the following best describes an array in C?

A. A collection of variables of different data types
B. A collection of elements of the same data type stored in adjacent memory locations
C. A single variable that stores multiple values
D. None of the above


Solution
B. A collection of elements of the same data type stored in adjacent memory locations






Report Bug