Vidyalelo
C++ Programming · Q26

Variables and Data Types in C++

Programming · C++ Programming · question 26

Q26

What is the result of the following expression in C++: 7 % 3?

A.
Compiler error
B.
3
C.
2
D.
1
Answer

Answer: Option D

Solution

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