Q133
Which of following logical operation can be applied to pointers?(Assuming initialization int *a = 2; int *b = 3;)
A.
a | b
B.
a ^ b
C.
a & b
D.
None of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board