InterviewSolution
Saved Bookmarks
| 1. |
Which of the following bitwise operator will you use to invert all the bits in a bit array?(a) OR(b) NOT(c) XOR(d) NANDOrigin of the question is Bit Array topic in division Arrays Types of Data Structures & Algorithms IThis question was addressed to me in exam. |
|
Answer» Correct CHOICE is (b) NOT |
|