What will be the output of the given program?
int main()
{
printf(Hello World\\n);
main();
return 0;
}
Reveal answer
Fill a bubble to check yourself
What will be the output of the given program?
int main()
{
printf(Hello World\\n);
main();
return 0;
}