1.What is the out put
#include<stdio.h>
int main()
{
int i;
for(i=0;i<=100;i++)
printf("welcome \n");
return 0;
}

Posted on by