What is the difference between Pointer and a Reference?
When you would use them?
Answer Posted / vinay bondade
A Pointer is not a condt pointer unless you define it in
that way,but a referrence on the contrary is a const
pointer by default and adding to this implementation it is
deferrenced automatically.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Write my own zero-argument manipulator that should work same as hex?
Is it possible for a member function to delete the pointer, named this?
What are the various compound assignment operators in c++?
What is abstraction in c++ with example?
Define the process of error-handling in case of constructor failure?
Explain how an exception handler is defined and invoked in a Program.
Explain the difference between c & c++?
What is c++ programming language?
How does atoi function work?
What information can an exception contain?
Can we run c program in turbo c++?
Difference between overloading vs. Overriding
How to implement is-a and has-a class relationships?
What is jump statement in C++?