Vidyalelo
Data Structure · Q51

Introduction to Data Structures

Programming · Data Structure · question 51

Q51

Entries in a stack are "ordered". What is the meaning of this statement?

A.
A collection of stacks is sortable
B.
Stack entries may be compared with the '<' operation
C.
The entries are stored in a linked list
D.
There is a Sequential entry that is one by one
Answer

Answer: Option D

Solution

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