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