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 is the iunknown interface?
What do you mean by delegate? Can a user retain delegates?
What is setbase c++?
What is main function in c++ with example?
How is modularity introduced in C++?
how to connect with oracle 9i with server in socket program in c/c++
How can you link a c++ program to c functions?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What do you mean by funtion prototype?
What is size of string in c++?
Write a program to add three numbers in C++ utilizing classes.
List the merits and demerits of declaring a nested class in C++?
Explain the use of this pointer?
Explain terminate() function?