C++
Programming and Technical
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++.
c) The syntax used to access the object.
d) Pointers are simple address to the object while a
reference uses the virtual table.
Read Solution (Total 0)
C++ Other Question