Vidyalelo
C++ Programming · Q682

C++ miscellaneous

Programming · C++ Programming · question 682

Q682

What will be the output of the following C++ code? #include #include using namespace std; int main () cout :: has_infinity << ' '; return 0;

A.
53234
B.
false
Answer
C.
true
D.
32564

Answer: Option B

Solution

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