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

Answers were Sorted based on User's Feedback



all about pointers..

Answer / 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

all about pointers..

Answer / immanuel

it refers to the location or address of any other variable.
Pointer is denoted by * and the address is denoted by &

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is stream in oop?

0 Answers  


write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


What does and I oop mean in text?

0 Answers  


What is class encapsulation?

0 Answers  


What is oops concept with example?

0 Answers  


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

0 Answers   Microsoft, TCS,


what type of question are asked in thoughtworks pair programming round ?

0 Answers   Thought Works,


What are the main differences between procedure oriented languages and object oriented languages?

9 Answers   IBM, Infosys, Wipro,


What is polymorphism what are the different types of polymorphism?

0 Answers  


What is function overloading?,describe it with the example.

5 Answers  


What is a linked list?

10 Answers   IBM, Neural Info,


What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.

2 Answers  


Categories