Question:What are merits and demerits of array in c? 

Answer Explanation:
Merits:

(a) We can easily access each element of array.
(b) Not necessity to declare too many variables.
(c) Array elements are stored in continuous memory location.

Demerit:

(a) Wastage of memory space. We cannot change size of array at the run time.
(b) It can store only similar type of data. 


Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in D:\webserver\www\vcampusbd.com\answers\column_answer_two.php on line 128
+ Report
Total Preview: 1583
What are merits and demerits of array in c?
Copyright © 2024. Powered by Intellect Software Ltd