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
Do I need the microsoft visual c++?
What is visual c++ redistributable?
Is visual c++ the same as c++?
Is visual c++ a compiler?
What is ole? How do you handle drag and drop in ole?
Is microsoft visual c++ a virus?
What is the Use of the Developer Studio Editor?
What is visual c++ runtime?
Explain pointer to the constant and constant pointer?
How do I fix microsoft visual c++ 2015 setup failed?
What is cwinthread class? Explain its advantages.
difference between assert and verify.
How many microsoft visual c++ do you need?
What is cmutex? How can we use it?
Explain the advantages of cwinthread class.