Vidyalelo
Data Structure · Q107

Introduction to Data Structures

Programming · Data Structure · question 107

Q107

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

A.
Linked List are used for implementing Stacks
B.
Top of the Stack always contain the new node
C.
Stack is the FIFO data structure
Answer
D.
Null link is present in the last node at the bottom of the stack

Answer: Option C

Solution

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