Vidyalelo
Data Structure · Q156

Stacks in Data Structures

Programming · Data Structure · question 156

Q156

If the corresponding end bracket/braces/parentheses is encountered, which of the following is done?

A.
push it on to the stack
B.
pop the stack
Answer
C.
throw an error
D.
treated as an exception

Answer: Option B

Solution

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