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
AnswerC.
123
D.
521
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board