C++

Topic: Array

What is an array?

An array is a collection of identical data objects which are stored in consecutive memory locations under a common heading or a variable name. In other words, an array is a group or a table of values referred to by the same variable name. The individual values in an array are called elements. Array elements are also variables.

Browse random answers: