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 the role of static keyword for a class member variable?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is encapsulation in C++? Give an example.
Explain what is polymorphism in c++?
Why iomanip is used in c++?
What are the 2 main types of data structures?
Why do we need templates?
Why is polymorphism useful?
What are inline functions? What is the syntax for defining an inline function?
Explain "const" reference arguments in function?
What is the difference between prefix and postfix versions of operator++()?
What is one dimensional array in c++?
What is difference between array and vector in c++?
Do the parentheses after the type name make a difference with new?
how to connect with oracle 9i with server in socket program in c/c++