Vidyalelo
C Programming · Q61

Memory Allocation

Programming · C Programming · question 61

Q61

The advantage of using linked lists over arrays is that . . . . . . . .

A.
Linked list is an example of linear data structure
B.
Insertion and deletion of an element can be done at any position in a linked list
Answer
C.
Linked list can be used to store a collection of homogenous and heterogeneous data types
D.
The size of a linked list is fixed

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board