What will be the result of the expression: 5 + 3 * 2 in C++?
A. 16
B. 11
C. 10
D. 2
Answer: Option B
Related Questions on Operators and Expressions in C plus plus
What is the operator precedence of the multiplication operator (*) in C++?
A. Highest
B. Lowest
C. Equal to addition
D. Equal to subtraction
Join The Discussion