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

all about pointers

Answer Posted / ps

Pointers are variables which hold the address of other
variables.
int i = 10;
int *a = &i;
i = 20;

where a will store the address of variable i and *a will
have the value of i.


There are different types of pointers in C++:
Null pointers
Void pointers
Wild pointers
this pointers

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is overloading in oops?

1209


I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

2162


What is a class and object?

1105


What is a null tree?

1192


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

2175


What is inheritance in oop?

1089


What is constructor in oop?

1166


Whats oop mean?

1097


Can we define a class within the interface?

1097


What is the benefit of oop?

1101


what are the realtime excercises in C++?

2894


What is polymorphism oop?

1106


what are the ways in which a constructors can be called?

2200


What is multilevel inheritance?

1255


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

2199