|
| Total Answers and Comments: 5 |
Last Update: May 10, 2008 Asked by: Nayan |
|
| | |
|
Submitted by: satyarth 1-A reference can not exist by itself i.e. without something to refer to. pointers are variables themselves, they point at somethin concrete or just at nothing 2-Reference are aliased for other variables & can not be realised to other variables. while pointers can be reassigned to point to different variables. 3- when address-of operator & is used with a reference the expression yields the address of the variable to which the reference applied. while pointers are variables themselves, so the address of a pointer shows the address of variable.
Above answer was rated as good by the following members: Rahul_ars, j_l_larson | Go To Top
|