The isEmpty() member method determines if there is room for one more value on the stack.

Skill/Topic: Stacks using an Array
A) True
B) False
Explanation: The isFull() member method determines if there is room for one more value on the stack.

Showing Answers 1 - 1 of 1 Answers

samiksc

  • Jan 19th, 2006
 

(B) False -- IsEmpty() checks if the stack has at least one element. This method is called by Pop() before retrieving and returning the top element.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions