Bitwise Operators - Programming

Q1:

Bitwise & and | are unary operators

A True

B False

ANS:B - False

Bitwise & and | are not unary operators only bitwise ! is unary operator.