What is Array?
Array is a collection of similar(homogenous)type of data,it is fixed in size that means ,it is can't increase or decrease the size of array at run time. it store the value on the basis of index value .
Advantage of array
one variable can store multiple value
random access
code optimization
0 Comments