Home » C Programming » Pointers » Question
  1. What is the size of *p in a 32-bit machine (Assuming initialization as int *p = 12;)?
    1. 8
    2. 4
    3. 2
    4. 1
    5. None of these
Correct Option: B

4



Your comments will be displayed only after manual approval.