Computer Science, asked by titumirkabir, 1 month ago

The size of the element values in the sequential stack is ordered.(true or false)

Answers

Answered by MrNulla
1

Answer:

The order in which elements come off a stack gives rise to its alternative name, LIFO (last in, first out). Additionally, a peek operation may give access to the top without modifying the stack. The name "stack" for this type of structure comes from the analogy to a set of physical items stacked on top of each other.

Answered by Anonymous
0

Answer:

true

Explanation:

is the correct answer

Similar questions