What is the output of
void main()
{
int i,n=3;
for(i=0; in; i++)
{
printf("Hey Coder!");
}
}



Posted on by