Predict the output :
#includestdio.h

void main()
{
float a,b,u,o;
a=10;b=12;
u=5*4;
o=4*7;
printf("%f\n%f",u,o);
}

Posted on by