What is the output of the code snippet?

int main()
{
 int a=1,b=2,c=3;
 printf("%d %d %d");
 return 0;
}

Posted on by