#include <stdio.h> int main(void) { float x = 16777216; printf("%f\n%f\n", x, x + 1.0f); return 0;}
Standard input is empty
16777216.000000 16777216.000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!