Array in C++ programming
Array is the collection of Homogeneous group of data type. It means same data type value is required to create an array. Array store the values continuous in the memory because of this feature insertion, deletion, sorting inverting concatenating operations take place. When we take group of characters it is called as:
1. 1-Dimensional array
2. 2-Dimensional array
3. Multi-dimensional array
Frequently asked programming question on Arrays:
11. Write a C++ program for square matrix to calculate Left diagonal sum.
12. Write a C++ program for square matrix to calculate Right diagonal sum.
13. Write a C++ program to display the multiplication of row element of two-dimensional array A[4][6] containing integer.
Thanks
Mukesh Rajput
Post A Comment:
0 comments: