What is the difference between pointer and reference?
Answer Posted / praveena
A reference must always refer to some object and,
therefore, must always be initialized;
pointers do not have such restrictions. A pointer can be
reassigned to point to different
objects while a reference always refers to an object with
which it was initialized.
Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
How do I reinstall visual c++ on windows 10?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
What is microsoft visual c++ 2005 redistributable?
What is visual c++ runtime?
What is cmutex? How can we use it?
Difference between getmessage, postmessage & peakmessage.
Do I need microsoft visual c++ on my computer?
What is mfc in vc++?
Explain some of commonly used methods provided by iunknown.
How can we use cmutex?
Is microsoft visual c++ a virus?
Explain the important features of vc++?
What is microsoft visual c++ 2017 redistributable?
What is vcruntime?
how to declare and populate an array of checkBoxes