What is the output of the following code?
#includestdio.h
int m;
int main ( )
{
printf("%d",m);
return 0;
}

Posted on by