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

what is multi-threading in C++?

588


What is while loops?

595


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

1713


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

611


What are mutator methods in c++?

622






Do you know about latest advancements in C++ ?

636


What kind of jobs can I get with c++?

573


What are the uses of static class data?

614


What is the use of structure in c++?

533


What is the precedence when there is a global variable and a local variable in the program with the same name?

590


Can the creation of operator** is allowed to perform the to-the-power-of operations?

551


Explain virtual destructor?

641


Do vectors start at 0 c++?

501


what is C++ objects?

647


What is unary operator? List out the different operators involved in the unary operator.

563