程序员笔记
程序员笔记
Thursday, May 8, 2014
reference operator (&) dereference operator (*)
The reference operator (
&
) returns the memory address of a normal variable. This is how you create pointers.
The dereference operator (
*
) returns the contents of a pointer’s memory address.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment