Example & Tutorial understanding programming in easy ways.

What is Array ?

Array:

-Arrays are defined as the collection of similar types of data items stored at contiguous memory locations.

- It is the simplest data structure in which each data element can be randomly accessed by using its index number.

Read More →