What is the difference between Pointer and a Reference?
When you would use them?
Answer Posted / nav
pointer are variable and no need to be initilise,but
refrence is the rename of variable and must be
initilise.pointer also assign null value but reference not
assign null value.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Is std :: string immutable?
Which should be more useful: the protected and public virtuals?
Define 'std'.
What is scope in c++ with example?
Discussion on error handling of C++ .
What is constructor in C++?
What is c++ in english?
You want to link a c++ program to c functions. How would you do it?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Can we use pointers in c++?
What is late binding c++?
an integer constant must have atleast one a) character b) digit c) decimal point
What is c++ redistributable?
Are there interfaces in c++?
Carry out conversion of one object of user-defined type to another?