Vidyalelo
Data Structure · Q81

Trees in Data Structures

Programming · Data Structure · question 81

Q81

Assume +, -, *, / are usual arithmetic operator, + has highest precedence and right associative and -, *, / have equal precedence and left associative. What is the output of the expression 23 * 3 - 6 + 11 - 2 * 8 / 4?

A.
110
B.
100
Answer
C.
130
D.
120

Answer: Option B

Solution

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