fork download
  1. #include <stdlib.h>
  2.  
  3. int main(void)
  4. {
  5. char c = NULL;
  6. char* p = '\0';
  7.  
  8. return c;
  9. }
Success #stdin #stdout 0s 2848KB
stdin
Standard input is empty
stdout
Standard output is empty