Latest C++ Aptitude Question SOLUTION: What is the difference between a C++ pointer and a reference? a) A reference is the entire object while a pointer is only the address of it. b) References are used only in Visual C