#include int main() { float a = 1234.5f; printf(\"%d\\n\", a); return 0; }
It displays a 0!! How is that
0
You want %f not %d