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 are the two types of comments, and how do they differ?
Is nan a c++?
Comment on assignment operator in c++.
Can you Mention some Application of C/C++?
What is the use of pointer in c++ with example?
What are the sizes and ranges of the basic c++ data types?
Write a function that swaps the values of two integers, using int* as the argument type?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is a manipulative person?
When we use Abstract Class and when we use Interface?where we will implement in real time?
Specify some guidelines that should be followed while overloading operators?
What is size_type?
What is the use of "new" operator?
What is difference between array and vector in c++?
What does it mean to declare a member function as static?