Guess the output of the following code snippet
int main()
{
while(printf("%d",2)2)
printf("CProgramming\n");
return 0;
}


Posted on by