Q43
What is the output of the following code: cout << (10 % 3); in C++?
A.
Compilation error
B.
0
C.
1
AnswerD.
3
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board