Vidyalelo
C++ Programming · Q363

C++ miscellaneous

Programming · C++ Programming · question 363

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

Answer: Option C

Solution

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