|
Home
Site Map Useful Tools Graphing Calc Scientific Calculator |
C++: PointersWhat a Java Programmer should know about Pointers |
| Operator | Name | Function |
& |
address operator | provides the memory address of a given variable |
| * | dereference operator | provides the value stored in a specfic memory address |
You can see the output that this program on my computer. Although the address of x may be different on your computer, you should get ouput similar to that below.