What is the output of the following code?
int main()
{
int a=0;
a = printf("4");
printf("%d",a);
return 0;
}

Posted on by