C
Programming and Technical
output?
Q. What are merits and demerits of array in c?
A. 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
Read Solution (Total 0)
C Other Question