#includestdio.h
int main()
{
int a = 0;
while (a --);
{
printf(" IPL\b");
}
printf ("2022");
return 0;
}
What will be the output of the above code snippet?

Posted on by