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


Please Help Members By Posting Answers For Below Questions

What are the various arithmetic operators in c++?

777


What is boyce codd normal form in c++?

892


Why c++ is faster than java?

801


What is problem with overriding functions?

766


Do you know the use of vtable?

842


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?

1959


What do you mean by funtion prototype?

785


What do you understand by a pure virtual member function?

757


Do the parentheses after the type name make a difference with new?

837


What is a node class in c++?

809


What is the array and initializing arrays in c++?

703


What is the difference between cin.read() and cin.getline()?

788


Is c++ primer good for beginners?

769


What are the three forms of cin.get() and what are their differences?

822


How many ways can a variable be initialized into in C++?

772