InterviewSolution
Saved Bookmarks
| 1. |
The complement operation in bitmaps is done by using(a) Logical AND(b) Logical OR(c) Logical NOT(d) Logical NOR |
|
Answer» Right answer is (c) Logical NOT The explanation: The complement operation in bitmaps is done by using the logical not operator. This is similar to the binary complement operation. |
|