//What will be the output of following program ?//
int main()
{
    int m=10;
 int x=printf("%d ",m);
 printf("%d",x);
 return 0;
}

Posted on by