Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 data abstraction? How is it different from data encapsulation?

0 Answers  


What is an incomplete type in c++?

0 Answers  


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

0 Answers  


Which compiler does turbo c++ use?

0 Answers  


Define pointers?

0 Answers  


Difference between pass by value and pass by reference?

0 Answers  


Why c++ is not a pure oop language?

0 Answers  


Is c++ a pure oop language?

0 Answers  


How do I write a c++ program?

0 Answers  


What is a base class?

0 Answers  


What are the various storage classes in C++?

0 Answers   Fidelity,


Explain how a pointer to function can be declared in C++?

0 Answers  


Categories