What is the size of pointer ?
Also size of pointer in 64 bit pointer
Answer Posted / shraddha
The size of pointer is 2 bytes on 16 bit platform
The size of pointer is 4 bytes on 32 bit platform
The size of pointer is 8 bytes on 64 bit platform
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a block in c++?
What is fflush c++?
What is c++ hiding?
Differentiate between a constructor and a method in C++.
How to give an alternate name to a namespace?
What is c++ array?
What is pure virtual function?
Write about the scope resolution operator?
Why is c++ difficult?
Is there a sort function in c++?
What are the benefits of operator overloading?
What is a local variable?
Who discovered c++?
What is an operator function? Describe the function of an operator function?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0