Q883
What will be the output of the following C++ code? #include #include using namespace std; int main( ) cout :: max() << endl;
A.
53723
B.
32423
C.
32767
AnswerD.
4668
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board