logo
Data Structures Algorithms - Quiz(MCQ)
A linked-list is a dynamic structure
A)
true
B)
false
C)
None of the above
D)
--

Correct Answer : Option (A) :   true


Explanation : A linked-list is dynamic structure, it can shrink and expand as required by the program.