Can you guess the output??
int main()
{
int a=10;
int b=printf("%d\n",a);
printf("%d",b);
return 0;
}


Posted on by