fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int age = 0;
  5. age = 37.2;
  6. printf("%u", age);
  7. }
Success #stdin #stdout 0.01s 5304KB
stdin
Standard input is empty
stdout
37