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

Posted on by