Q363
What will be the output of the following C++ code? #include #include using namespace std; int main() cout << RAND_MAX << endl;
A.
4385234
B.
12321412
C.
Depends on the compiler
AnswerD.
32564789
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board