fork(95) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int linux = 701;
  5. printf("%d", linux);
  6. return 0;
  7. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c: In function ‘main’:
prog.c:4:6: error: expected identifier or ‘(’ before numeric constant
  int linux = 701;
      ^
stdout
Standard output is empty