[ fromfile: memoryaccess-questions.xml id: memoryaccess-questions ]
What is defined in the following statement?
int* p, q;
What is a memory leak? How does it happen?
Compare the way that +
, -
, ++
, and --
operators work on pointers with the way
that they work on int
or double
.
What happens if delete
is applied to a pointer that has just been deleted?
When an array is passed to a function as a parameter, what is copied onto the stack?
What is dynamic memory? How do you obtain it in C++?
Generated: 2012-03-02 | © 2012 Alan Ezust and Paul Ezust. |