fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4.  
  5. new
  6. delete
  7.  
  8.  
  9. return 0;
  10. }
  11.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c: In function 'main':
prog.c:5:2: error: unknown type name 'new'
  new 
  ^
prog.c:9:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'return'
  return 0;
  ^
stdout
Standard output is empty