Which of following logical operation can be applied to pointers?
Posted: Wed Jul 13, 2022 7:54 pm
(Assuming initialization int *a = 2; int *b = 3;)
a) a | b
b) a ^ b
c) a & b
d) None of the mentioned
a) a | b
b) a ^ b
c) a & b
d) None of the mentioned