What are Arrays?

This lesson introduces arrays, indexing, accessing arrays and explains how to change values in an array

Definition

An array is a collection of similar data types under the same name.

In C++, arrays are declared in the following way​:

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy