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
AnswerC.
130
D.
120
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board