Home »
MCQs »
C++ MCQs
What is the size of a pointer?
139. What is the size of a pointer?
- 4 bytes
- 8 bytes
- 16 bytes
- Vary from processor to processor
Answer: D) Vary from processor to processor
Explanation:
The size of the pointer is varied from processor to processors like 16-bit, 32-bit, and 64-bit processors.