What is the output of the following code?
#includestdio.h
int x;
void main()
{
if (x)
printf ("sookshmas");
else
printf("beyond");
}


Posted on by