1.

What should be done when an opening parentheses is read in a balancing symbols algorithm?

A. push it on to the stack
B. throw an error
C. ignore the parentheses
D. pop the stack
Answer» B. throw an error


Discussion

No Comment Found