Science, asked by rajkumarkumar1032, 3 months ago


19. What is an array in C++? Explain its Types?

Answers

Answered by indhu5387
0

Answer:

hope this helps you ⬇️

Explanation:

  • C++ provides a data structure, the array, which stores 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. ... A specific element in an array is accessed by an index.
Similar questions