CBSE Class 12 Computer Science
Question 22 of 63
Data Structures in Python — Question 5
Back to all questionsThere is a Sequential entry that is one by one.
Reason — The statement "Entries in a Stack are ordered" means that the entries in a stack are arranged in a sequential order, where each new entry is placed on top of the previous entry. This sequential arrangement follows the Last-In-First-Out (LIFO) principle.