What will be the output of this code 
#includestdio.h
int main()
{
while(1)
{
printf("manjula");
}

return 0;
}

Posted on by