Hello,

i am puzzled:
Quote:
int main ()
{
float a;
a=1.0;
printf("%f",a);
}
prints (in Zorro)
Quote:
0.007813

What's the correct format code to use? And what did actually print in the above example?