1.

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(d) Null link is present in the last node at the bottom of the stackI need to ask this question from Stack Operations topic in portion Abstract Data Types of Data Structures & Algorithms II had been asked this question in homework.

Answer»

The CORRECT answer is (c) Stack is the FIFO data structure

The best explanation: Stack FOLLOWS LIFO.



Discussion

No Comment Found

Related InterviewSolutions