Test the following code:
#include #include main() { const char *yytext=\"0\"; const float f=(float)atof(yytext); siz
Why would you think that t should be 0?
Or, more accuractely phrased, "Why would you think that the binary representation of a floating point zero would be the same as the binary representation of an integer zero?"