What is the size of pointer ?
Also size of pointer in 64 bit pointer
Answer Posted / kunal mittal
Size of the pointer often corresponds to the architecture
Using a 32-bit OS gives you a 32bit pointer (ditto for 64 bit)
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is a manipulator in c++?
What is c++ and its features?
Explain abstraction.
Write about the use of the virtual destructor?
What are the differences between malloc() and calloc()?
What is the full form of india?
What is an overflow error?
Is python better than c++?
Should the member functions which are made public in the base class be hidden?
Can we use pointers in c++?
Can a class be static in c++?
What do you understand by pure virtual function? Write about its use?
How do you show the declaration of a virtual constructor?
State two differences between C and C++.
Why is main an int?