1
Answer

Hi, how does this work without segfault?

Photo of Gopal

Gopal

4y
501
1
Hi, how does this work without segfault? int main() { char *m = (char*)main; strcpy(m, "Hello!"); puts(m); }

Answers (1)