Multidimensional Arrays

Enrich your knowledge with multidimensional arrays which will prove to be very useful in solving programming problems.

We'll cover the following

C provides for multi-dimensional 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