Vidyalelo
Data Structure · Q151

Stacks in Data Structures

Programming · Data Structure · question 151

Q151

Which application of stack is used to ensure that the pair of parentheses is properly nested?

A.
Balancing symbols
Answer
B.
Reversing a stack
C.
Conversion of an infix to postfix expression
D.
Conversion of an infix to prefix expression

Answer: Option A

Solution

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