What are merits and demerits of array in c?

(1) We can easily access each element of array.
(2) Not necessity to declare two many variables.
(3) Array elements are stored in continuous memory location.

2 comments:

  1. In case of Array elements deletion and insertion operations are very difficult and time consuming because of there is shifting of elements

    ReplyDelete
  2. Yes Good Friend.. Thanks Keep Updating...

    ReplyDelete