Q21
What will be the value of 'x' after executing the following code: int x = 5; x += 3; in C++?
A.
5
B.
8
AnswerC.
3
D.
Compiler error
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board