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