What will be the output of the following program?
#includeiostream
using namespace std;
int main ()
{
int cin;
cin cin;
cout "cin: " cin;
return 0;
}

Posted on by