What is the output of the following code snippet??
#include cstdlib
#include iostream
using namespace std;
int main()
{
cout RAND_MAX endl;
return 0;
}


Posted on by