Solveeit Logo

Question

Programming and Data Structures Question on Stacks

It is taken that enteries that are made in stack are considered "ordered". What does this imply?

A

You can sort the collection of stack

B

The enteries made in the stack can be compared by '<' Opeartion

C

Enteries made are sequential that is one by one

D

Resource allocation in stack

Answer

Enteries made are sequential that is one by one

Explanation

Solution

The correct option is(C):Enteries made are sequential that is one by one