Google News
logo
Data Structures Algorithms - Quiz(MCQ)
What is the disadvantage of array data structure?
A)
Elements are stored in contiguous memory blocks.
B)
Elements of an array can be accessed in constant time.
C)
Multiple other data structures can be implemented using arrays.
D)
The amount of memory to be allocated should be known beforehand.

Correct Answer :   The amount of memory to be allocated should be known beforehand.

Advertisement