Computer Science, asked by drishtipandey05, 6 hours ago

Write a program to initialize 9 numbers into a 2-D array and print it out in matrix format.

Answers

Answered by wwwhardeep6500
1

Answer:

An array of arrays is known as 2D array. The two dimensional (2D) array in C programming is also known as matrix. A matrix can be represented as a table of rows and columns. Before we discuss more about two Dimensional array lets have a look at the following C program.

Similar questions