Podcast
Questions and Answers
What is an array?
What is an array?
An array is a collection of data items of the same data type, stored at contiguous memory locations.
What are the most commonly used dimensions of an array?
What are the most commonly used dimensions of an array?
One-dimensional array, two-dimensional array, and multi-dimensional array.
What is the general term used for arrays when the number of dimensions is unspecified or unimportant?
What is the general term used for arrays when the number of dimensions is unspecified or unimportant?
Arrays
Does the C Language place any limits on the number of dimensions in an array?
Does the C Language place any limits on the number of dimensions in an array?
Signup and view all the answers