what is an array in a c++ programing and could you please give some example of an array program?
Answers
Answered by
1
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, ... Instead of creating 27 separate variables, we can simply create an array: double grade[27]
Similar questions
History,
23 days ago
Computer Science,
23 days ago
Biology,
1 month ago
English,
1 month ago
English,
9 months ago
English,
9 months ago
Computer Science,
9 months ago