2.
Assume +, -, * are usual arithmetic operators. * has the lowest precedence, + has the highest precedence and the precedence of - is medium. + and * are left-associative whereas - is right-associative. What is the value of the expression 3 - 8 + 2 - 9 * 3?

Read More Section(Trees in Data Structures)

Each Section contains maximum 100 MCQs question on Trees in Data Structures. To get more questions visit other sections.