Home » C Programming » Pointers » Question
  1. Which of following logical operation can be applied to pointers?
    (Assuming initialization int *p = 12; int *q = 13;)
    1. p ^ q
    2. p & q
    3. p | q
    4. All of above
    5. None of these
Correct Option: E

None of these



Your comments will be displayed only after manual approval.