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


Posted on by