What is Two Dimensional Array?
in C language program give one Example...!! Please help tomorrow is my exam.
Answers
Answered by
1
Answer:
An array is a collection of fixed number values of a single type. Hence, an integer array can only hold elements whose data type is also an integer.
A two-dimensional array in C can be thought of as a matrix with rows and columns. The general syntax used to declare a two-dimensional array is:
Explanation:
Hope it will help you and please folw me
Attachments:
![](https://hi-static.z-dn.net/files/d0f/d010089f005e0f1a31435b7c4768f780.jpg)
Similar questions