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
Why should we use null or zero in a program?
What is a float in c++?
What is the difference between object-oriented programming and procedural programming?
What can I use instead of namespace std?
Which software is best for c++ programming?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What does it mean to declare a member variable as static?
Define a constructor?
When should overload new operator on a global basis or a class basis?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What are the sizes and ranges of the basic c++ data types?
Write about the stack unwinding?
What is an adaptor class in c++?
What is istream and ostream in c++?