Page 1 of 1

Which of following logical operation can be applied to pointers?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
(Assuming initialization int *a = 2; int *b = 3;)
a) a | b
b) a ^ b
c) a & b
d) None of the mentioned