1
Answer

Hi, how does this work without segfault?

Gopal

Gopal

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