2,788 views
1 votes
1 votes
Entries in a stack are "ordered". What is the meaning of this statement?

1 Answer

0 votes
0 votes
It means that we push elements into the stack in a sequential order, one entry after the other .

Related questions

0 votes
0 votes
1 answer
1
Abhrajyoti00 asked Oct 29, 2022
718 views
Can there be “Stack Overflow” in Linked list Implementation of stack? If Yes, how?