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