fork download
  1. #include <stdio.h>
  2. main ( )
  3. {
  4. printf ("The value of EOF is %d\n", EOF);
  5. }
Success #stdin #stdout 0.01s 5520KB
stdin
Standard input is empty
stdout
The value of EOF is -1