Getting Started With C

Initialisation of one-dimensional array

Resources :

Test Your Knowledge
Choose The

With supporting text below as a natural lead-in to additional content.

Q1. How can you find the number of rows in a 2D array in C?

Q2. What is the size of a 2D array declared as int array[3][4];?