Write a program to initialize 9 numbers into a 2-D array and print it out in matrix format.
Answers
Answered by
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
Math,
3 hours ago
Math,
3 hours ago
English,
3 hours ago
Math,
6 hours ago
Computer Science,
6 hours ago