What is the output of the following code?
#includestdio.h
int main(){
int a;
for(a=1;a=100;a++)
{
printf ("%d\n",a*a);
}
return 0;
}

Posted on by