What is the output of the following code: cout << (10 % 3); in C++?
A. Compilation error
B. 0
C. 1
D. 3
Answer: Option C
A. Compilation error
B. 0
C. 1
D. 3
Answer: Option C
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream
Join The Discussion