Vidyalelo
C++ Programming · Q633

C++ miscellaneous

Programming · C++ Programming · question 633

Q633

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

A.
125
B.
-125
Answer
C.
123
D.
521

Answer: Option B

Solution

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