Q27
What is the output of the following code: cout << (10 / 4); in C++?
A.
2.5
B.
3
C.
2
AnswerD.
Compiler error
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board