What is Array?



Author: Suraj
+0 -0

Array is a collection of finite homogeneous element and having contiguous memory allocation. Array name actually a pointer to a first location of memory block allocated through the name of array.




Submit Your Response