Vidyalelo
Data Structure · Q42

Stacks in Data Structures

Programming · Data Structure · question 42

Q42

Which of the following correctly describes a stack's push operation in terms of its effect on the stack?

A.
Adds an element to the top of the stack
Answer
B.
Removes the top element of the stack
C.
Retrieves the top element without removal
D.
Checks the stack size

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board