Monday 13 January 2014

Limitations of Arrays:

Arrays are fixed in size:

Once we create an array ,there is no chance of increasing or decreasing the size based on our requirement .

To used arrays concept compulsory ,we should know the size in advance,which may not be possible always.

Arrays concept is not implemented based on some data structure hence ready made method support is not available for arrays ,so for every requirement,programmer is responsible to write the code.

No comments:

Post a Comment