Multidimensional Arrays
Learn about multidimensional arrays that are very useful for solving programming problems.
We'll cover the following
C provides support for multidimensional arrays. Here is how we can define a two-dimensional array of integers, initialize values, and index into it to read off values:
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy