fork download
  1. #include <stdio.h>
  2. #include <iostream.h>
  3.  
  4.  
  5. int main(void)
  6. {
  7. printf("hello");
  8. getch();
  9. }
  10.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:2:10: fatal error: iostream.h: No such file or directory
 #include <iostream.h>
          ^~~~~~~~~~~~
compilation terminated.
stdout
Standard output is empty