Is Pointer Variable also Assigned a Memory Address?

Posted by yuespace on Stack Overflow See other posts from Stack Overflow or by yuespace
Published on 2008-11-30T21:33:44Z Indexed on 2010/05/02 20:48 UTC
Read the original article Hit count: 340

Filed under:
|
|

In C++:

On stack, a simple variable is assigned a memory address so that we can use pointer to contain this memory to point to it; then is a pointer also assigned a memory address? if yes, we can have pointer of pointers now?

Thanks!

© Stack Overflow or respective owner

Related posts about c++

Related posts about pointer