What are the distinguishing property of arrays
What is the distinguishing property of arrays
====================================
Arrays are a data structure which can increase or
decrease their size in memory at runtime. So , one need
not specify the size of the array at the time of creation
of the array.
No comments:
Post a Comment