Vidyalelo
Data Structure · Q99

Stacks in Data Structures

Programming · Data Structure · question 99

Q99

Which of the following statement is invalid with respect to balancing symbols?

A.
[(A+B) + (C-D)]
B.
[{A+B}-{C-[D+E]}]
C.
((A+B) + (C+D)
Answer
D.
{(A+B) + [C+D]}

Answer: Option C

Solution

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