Vidyalelo
C++ Programming · Q1

Operators and Expressions in C++

Programming · C++ Programming · question 1

Q1

What will be the result of the expression: 5 + 3 * 2 in C++?

A.
16
B.
11
Answer
C.
10
D.
2

Answer: Option B

Solution

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