#include int main () { volatile float a, b; a = 16777218; b = 1; a += b; printf ("%f\n", a); return 0; }