Arrays
•Array is a collection of related variables of the same type that are referred to by a common name and stored in contiguous memory locations.
•Arrays may have from one to several dimensions.
•One-Dimensional Arrays:
•Indexing in One-Dimensional Arrays starts from 0 and ends in size-1.
•C++ don’t perform boundary checking on arrays so be carful when you write your code.
SOCIALIZE IT →