What is the output of the following code:
int main()
{
int a=printf("%d ",printf("printing\n\n\n"));
return 0;
}


Posted on by