memory allocation for auto variables in a loopHi, I thought it is not necessarilly be same all the time. So for example, if I run this on thread,...
memory allocation for auto variables in a loopHi, I have the following simple program which prints out the address of a local variable inside l...
passing pointer to a functionAs you said, "the pointer itself declared as a parameter is a local object of the function". If this...
passing pointer to a functionI know how to fix this and how to implement more elgant way, but what I don't understand from this s...
passing pointer to a functionSo then, why after calling newStack(Stack* s) function, s is still 0?
This user does not accept Private Messages