Computer Science, asked by mammootty9292, 1 month ago

please give some example of an array program in c++​

Answers

Answered by Anonymous
55

Answer:

We will learn to declare, initialize, and access array elements in C++ programming with the help of examples. In C++, an array is a variable that can store multiple values of the same type. For example, Suppose a class has 27 students, and we need to store the grades of all of them.

Similar questions