Vidyalelo
Data Structure · Q23

Linked Lists in Data Structures

Programming · Data Structure · question 23

Q23

How do you implement a stack using a linked list?

A.
Using a singly linked list
Answer
B.
Using a doubly linked list
C.
Using a circular linked list
D.
Using a self-referential linked list

Answer: Option A

Solution

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