InterviewSolution
Saved Bookmarks
| 1. |
What is the name of the ~ operator?(a) Bitwise NOT(b) Logical NOT(c) Bitwise SHIFT(d) Pointer AddressI have been asked this question in my homework.This interesting question is from Operators in chapter Arduino Programming of Arduino |
|
Answer» Correct choice is (a) Bitwise NOT |
|