About Questions enthuware.ocpjp.v17.2.932, 3499, 3668
Posted: Fri Sep 09, 2022 8:57 am
they explain
^ is bitwise OR operator that performs an "or" operation on each bit of the two operands and returns the result.
^ is XOR operator.
OR operator is |.
^ is bitwise OR operator that performs an "or" operation on each bit of the two operands and returns the result.
^ is XOR operator.
OR operator is |.