What is the result of the expression 5 + 3 * 2 in C#?
A. 11
B. 16
C. 13
D. 10
Answer: Option D
Related Questions on Operators and Expressions in C Sharp
What does the modulus operator (%) do in C#?
A. Increments the operand by 1
B. Returns the quotient of a division
C. Performs multiplication
D. Returns the remainder of a division
Join The Discussion