Computer Science, asked by mansoorkhan40233, 6 months ago

What is Two Dimensional Array?
in C language program give one Example...!! Please help tomorrow is my exam.​

Answers

Answered by mcchaturvedi98933891
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:
Similar questions