int main
{
printf(“%d”, printf(“result”));
return 0;
}
What is the output?
  1. result
  2. result6
  3. result4
  4. result9

Posted on by