Computer Science, asked by raghu8223, 5 months ago

write a c program using three dimentional array to input 100 number and print it on the computer screen​

Answers

Answered by Anonymous
1

Answer:

In 3D array, if a user want to enter the values then three for loops are used.

First for loop represents the blocks of a 3D array.

Second for loop represents the number of rows.

Third for loop represents the number of columns. Example

Similar questions