Home » C++ Programming » Arrays » Question
  1. What is size of generic pointer in C++ (in 32-bit platform) ?
    1. 0
    2. 8
    3. 2
    4. 4
    5. None of these
Correct Option: D

Size of any type of pointer is 4 bytes in 32-bit platforms.



Your comments will be displayed only after manual approval.