InterviewSolution
Saved Bookmarks
| 1. |
Which of the following bitwise operations will you use to set a particular bit to 0?(a) OR(b) AND(c) XOR(d) NANDMy query is from Bit Array in portion Arrays Types of Data Structures & Algorithms IThis question was addressed to me during an interview. |
|
Answer» Correct OPTION is (b) AND |
|