1.

What is the name of the | operator?(a) Logical OR(b) Bitwise OR(c) Logical AND(d) Bitwise ANDI have been asked this question in my homework.The query is from Operators in portion Arduino Programming of Arduino

Answer»

Correct ANSWER is (b) Bitwise OR

The explanation: The ‘|’ operator is used to perform a bitwise OR OPERATION on any two numbers which SERVE as the operands. It performs an OR operation on each bit starting from the most significant bit to the least significant bit.



Discussion

No Comment Found

Related InterviewSolutions