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...

What are the difference between reference variables and pointers in C++?

Answer Posted / hrpynux@gmail.com

Pointers: A pointer is a variable that holds memory address of another variable. ... References : A reference variable is an alias, that is, another name for an already existing variable. A reference, like a pointer, is also implemented by storing the address of an object.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How the keyword struct is different from the keyword class in c++?

1084


Explain the virtual inheritance in c++.

1110


Write a program which uses Command Line Arguments

1225


How is c++ different from java?

1095


why and when we can declar member fuction as a private in the class?

2133


What is low level language in simple words?

1084


What is an html tag?

1221


In c++, what is the difference between method overloading and method overriding?

1189


What causes a runtime error c++?

1194


Can user-defined object be declared as static data member of another class?

1071


What is switch case in c++ syntax?

1153


Is it possible to have a recursive inline function in c++?

1068


Is python written in c or c++?

1199


Who calls main function?

1161


write a function signature with various number of parameters.

1098