Site icon DocMCQs

Which of the following statement(s) about stack data structure is/are NOT correct?

a) Top of the Stack always contain the new node
b) Stack is the FIFO data structure
c) Null link is present in the last node at the bottom of the stack
d) Linked List are used for implementing Stacks

Stack is the FIFO data structure is the incorrect statement.

Explanation:

The other options are correct:

Exit mobile version