What is the difference between reference type and pointers.
Answer Posted / p.madhupriya
pointer is a variable that points to address of another
variable .
reference is variable that points to address of that
variable only.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the various arithmetic operators in c++?
What is boyce codd normal form in c++?
Why c++ is faster than java?
What is problem with overriding functions?
Do you know the use of vtable?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What do you mean by funtion prototype?
What do you understand by a pure virtual member function?
Do the parentheses after the type name make a difference with new?
What is a node class in c++?
What is the array and initializing arrays in c++?
What is the difference between cin.read() and cin.getline()?
Is c++ primer good for beginners?
What are the three forms of cin.get() and what are their differences?
How many ways can a variable be initialized into in C++?