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
Is c++ a difficult language?
Explain friend class?
What are the two main components of c++?
Why iomanip is used in c++?
What is c++ 11 and c++ 14?
What is the use of pointer in c++ with example?
What is implicit conversion/coercion in c++?
Explain abstraction.
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
How do you initialize a string in c++?
What is lambda expression c++?
How long does it take to get good at leetcode?
How many types of classes are there in c++?
What is dev c++ used for?
Explain shallow copy?