C Language Questions

Q46. In C programming, the operator "&" is used to represent
(a) logical AND
(b) bitwise AND
(c) logical OR
(d) bitwise OR


1 2 3 4