Predict the output
#include<stdio.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