Differentiate between a pointer and a reference with respect to c++.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Which programming language is best to learn first?

0 Answers  


How does the copy constructor differ from the assignment operator (=)?

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


how is returning structurs from functions?Show an eg?

1 Answers   GE,


Describe private, protected and public?

0 Answers  


What is the use of object in c++?

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

0 Answers  


List the features of oops in c++?

0 Answers  


What is a storage class?

0 Answers  


What is a dll entry point?

0 Answers  


how to connect with oracle 9i with server in socket program in c/c++

0 Answers   3i Infotech,


Categories