Vidyalelo
C Programming · Q55

Memory Allocation

Programming · C Programming · question 55

Q55

The type of linked list in which the node does not contain any pointer or reference to the previous node is . . . . . . . .

A.
Circularly singly linked list
B.
Singly linked list
Answer
C.
Circular doubly linked list
D.
Doubly linked list

Answer: Option B

Solution

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