Vidyalelo
Data Structure · Q110

Stacks in Data Structures

Programming · Data Structure · question 110

Q110

What should be done when a left parenthesis '(' is encountered?

A.
It is ignored
B.
It is placed in the output
C.
It is placed in the operator stack
Answer
D.
The contents of the operator stack is emptied

Answer: Option C

Solution

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