Gopal

Gopal

  • NA
  • 135
  • 13.6k

Hi, how does this work without segfault?

Apr 12 2021 11:43 AM
Hi, how does this work without segfault? int main() { char *m = (char*)main; strcpy(m, "Hello!"); puts(m); }

Answers (1)