fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. float f = 4294967295;
  5. printf("%f", f);
  6. }
  7.  
Success #stdin #stdout 0s 4352KB
stdin
Standard input is empty
stdout
4294967296.000000