Vidyalelo
C++ Programming · Q883

C++ miscellaneous

Programming · C++ Programming · question 883

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
Answer
D.
4668

Answer: Option C

Solution

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