Predict the out put
#includestdio.h
int main()
{
float a;
a=0.4;
if(a==0.4)
printf("Hi");
return 0;
}

Posted on by