What does ‘stack underflow’ refer to?
Posted: Wed Jul 13, 2022 7:41 pm
a) accessing item from an undefined stack
b) adding items to a full stack
c) removing items from an empty stack
d) index out of bounds exception
b) adding items to a full stack
c) removing items from an empty stack
d) index out of bounds exception