_________ method places a value onto the top of a stack.

Skill/Topic: Stacks using an Array
A) push() member method
B) pop() member method
C) isFull() member method
D) isEmpty() member method
Explanation: Push is the direction that data is being added to the stack. push() member method places a value onto the top of a stack.

Showing Answers 1 - 4 of 4 Answers

Girish.T

  • Sep 23rd, 2006
 

ans is a) push()method

  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