Introduction to Arrays

Array

An array stores the items at contiguous memory locations. It contains same Datatype of variable. That is why it is easier to calculate the position of each element by simply adding an offset to a base value, i.e., the memory location of the first element of the array (generally denoted by the name of the […]

%d bloggers like this: