binary logical bit-wise operators there are


Binary logical bit-wise operators

 There are three logical bit-wise operators :

 

                &             and

                |              or

                ^             exclusive or

 

These are binary operators. The operations are carried out independently on every pair of the corresponding bits of the operands. i.e. the bit 1 of operand 1 is logically operated with the bit 1 of operand 2.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: binary logical bit-wise operators there are
Reference No:- TGS0309245

Expected delivery within 24 Hours