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
Define the operators that can be used with a pointer.
What is function overloading in C++?
What is std namespace in c++?
how to access grid view row?
Differentiate between an external iterator and an internal iterator?
What are pointers used for c++?
What is a list c++?
Describe the process of creation and destruction of a derived class object?
What is stream and its types in c++?
What is the use of typedef?
How can you create a virtual copy constructor?
How can you specify a class in C++?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Differentiate between a copy constructor and an overloaded assignment operator.