InterviewSolution
Saved Bookmarks
| 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 |
|