Why a string disappear from the stack when exiting from a function
I’m experimenting with the stack in C to test some things and learn more in the language.
I know that a function has a stack frame created by moving the rsp/rbp pointer.
Why a string disapear from the stack when exiting from a function
I’m experimenting with the stack in C to tests some things and learn more in the language.
I know that a function has a stack frame created by moving the rsp/rbp pointer.