The operation to check whether the stack is empty or not is known as ______.
2024
The operation to check whether the stack is empty or not is known as ______.
- A.
Underflow
- B.
Overflow
- C.
Peek
- D.
IsEmpty
Attempted by 514 students.
Show answer & explanation
Correct answer: D
IsEmpty is the operation that checks whether the stack is empty or not.