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 the size of pointer ?
Also size of pointer in 64 bit pointer

Answer Posted / shakti singh khinchi

Ans1: Size of a pointer is size of a WORD in OS. OR you can
say that size of a pointer is similar to size of a "int"
variable on that OS.

Ans2: size of 64 bit pointer is also similar to size of an
integer type variable that is 8 bytes.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program in C++ for Fibonacci series

1248


What are the rules for naming an identifier?

1121


Is overriding possible in c++?

1065


Do you know what are pure virtual functions?

1199


What is a Default constructor?

1672


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

1115


Write a program to find the Factorial of a number

1117


What are the two types of polymorphism?

1210


What are the various storage classes in C++?

1184


What is the use of "new" operator?

1180


Why is main function important?

1173


Explain what you mean by a pointer.

1156


What are the advantages of c++?

1992


Why can templates only be implemented in the header file?

1142


What does scope resolution operator do?

1164