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 is pointers

Answer Posted / ramesh bhumarapu

Pointer is a Reference Variable...
which contains address of another variables

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whats is abstraction in oops?

1028


What is encapsulation in oops?

964


write a program to find 2^n+1 ?

2028


How to use CMutex, CSemaphore in VC++ MFC

4743


What do you mean by Encapsulation?

1039


What is static modifier?

1144


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2236


What is difference between polymorphism and inheritance?

1028


Advantage and disadvantage of routing in telecom sector

1254


What is abstraction in oop?

1090


What is the real time example of encapsulation?

1011


Why do pointers exist?

1050


write a programe to calculate the simple intrest and compund intrest using by function overlading

2143


Give two or more real cenario of virtual function and vertual object

2293


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

2346