Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C problem

Name: Anonymous 2007-04-10 13:40 ID:YqaTtdxC


main() {
"example";
}


What happends here? Is the string example pushed somewhere?

Name: Anonymous 2007-04-10 13:51 ID:U1arqosk

constant character array is being created, placed in memory, then the program exits and the c-string is destroyed.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List