What is output of below program?

int main()
{
int i;
for(i=0; i5; i++);
{
printf("Archana");
}

return 0;
}

Posted on by