Vidyalelo
C++ Programming · Q27

Introduction to C++

Programming · C++ Programming · question 27

Q27

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

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

Answer: Option C

Solution

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