Predict the output of following code
#includestdio.h
int main( )
{
int a=0;
a=printf ("5");
printf ("%d", a);
return 0;
}

Posted on by