Google News
logo
Data Structures - Quiz(MCQ)
Which of the following is not the correct statement for a stack data structure?
A)
Stack follows FIFO
B)
Elements are stored in a sequential manner
C)
Arrays can be used to implement the stack
D)
Top of the stack contains the last inserted element

Correct Answer :   Stack follows FIFO

Advertisement