Vidyalelo
C++ Programming · Q33

Variables and Data Types in C++

Programming · C++ Programming · question 33

Q33

What will be the result of the expression: 10 / 3 in C++?

A.
3
Answer
B.
3.3333
C.
3.34
D.
Compiler error

Answer: Option A

Solution

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