diff between pointer and reference in c++?



diff between pointer and reference in c++?..

Answer / ravi.g

pointers have valid memory but reference does not have
memory

It means pointers points to some address(memory)
Reference does not points to any address(memory)

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C++ General Interview Questions

what is the use of templates?

3 Answers  


How can I disable the "echo" feature?

0 Answers  


Mention the ways in which parameterized can be invoked. Give an example of each.

0 Answers  


What is istream and ostream in c++?

0 Answers  


Who was the creator of c++?

0 Answers  


What are the unique features of C++.

0 Answers  


Write a program to reverse a linked list?

8 Answers   Catalytic Software, Satyam,


Describe delete operator?

0 Answers  


Can we inherit constructor in c++?

0 Answers  


Differentiate between a constructor and a destructor in c++.

0 Answers  


Does c++ support exception handling?

0 Answers  


What is a dangling pointer in c++?

0 Answers  


Categories