fork(1) download
  1. #include <stdio.h>
  2.  
  3. void f(int* p = NULL)
  4. {
  5. }
  6.  
  7. int main(void)
  8. {
  9. return 0;
  10. }
  11.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:3:15: error: expected ‘;’, ‘,’ or ‘)’ before ‘=’ token
 void f(int* p = NULL)
               ^
stdout
Standard output is empty