bitwise-inclusive-or operator


Bitwise-Inclusive-OR Operator:

inclusive-OR-expression :

exclusive-OR-expression

inclusive-OR-expression | exclusive-OR-expression

The  bitwise-inclusive-OR  operator  (|)  compares each  bit  of  its  first  operand  to  the corresponding bit of its second operand. If either bit is 1, the corresponding result bit is set to

1. Otherwise, the corresponding result bit is set to 0.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: bitwise-inclusive-or operator
Reference No:- TGS0305572

Expected delivery within 24 Hours