fork download
  1. #include <string.h>
  2.  
  3. int main()
  4. {
  5. char to[10];
  6. char* from = NULL;
  7. strcpy(to, from);
  8. return 0;
  9. }
Runtime error #stdin #stdout 0.01s 1672KB
stdin
Standard input is empty
stdout
Standard output is empty