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