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
What is encapsulation in c++?
What is the difference between c++ and turbo c++?
What is the use of seekg in c++?
What is the full form of stl in c++?
What is the extension of c++?
Write syntax to define friend functions in C++.
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is Destructor in C++?
What is bubble sort c++?
What is encapsulation in C++? Give an example.
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
what is oops and list its features in c++?
How would you use the functions randomize() and random()?
What does iomanip mean in c++?
why is c++ called oops? Explain