Predict the output?
#includestdio.h
int main ()
{
int a;
for (a=0;a=2;a++)
if(a%a==0)
{
printf("%d",a);
}
else
printf ("%d",a*a);
}


Posted on by