Computer Science, asked by nitesh1877, 20 days ago

write a c++ program segment to accept and display two dimensional arrays​

Answers

Answered by Anonymous
0

Two dimensional array

write a c++ example program for two dimensional array. here’s simple example program for two dimensional array in c++ programming language.

What is an array ?

arrays a kind of data structure that can store a fixed-size sequential collection of elements of the same type. an array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.

Similar questions