Vidyalelo
C++ Programming · Q43

Introduction to C++

Programming · C++ Programming · question 43

Q43

What is the output of the following code: cout << (10 % 3); in C++?

A.
Compilation error
B.
0
C.
1
Answer
D.
3

Answer: Option C

Solution

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