Q.

Which of the following is considered as the top of the stack in the linked list implementation of the stack?

A. last node
B. first node
C. random node
D. middle node
Answer» B. first node
Explanation: first node is considered as the top element when stack is implemented using linked list.
3.2k
0
Do you find this helpful?
19

Discussion

No comments yet