Kizspy | Question: 34
(Choose 1 answer)
What is an array in C programming?
A. A collection of elements of the same data type stored in contiguous memory locations.
B. A single variable that holds multiple values of different data types.
C. A pointer to a single element in memory
D. A function that performs mathematical calculations.