Multiple Choice
The complement operator, ____, is a unary operator that changes each 1 bit in its operand to 0 and each 0 bit to 1.
A) &
B) |
C) ^
D) ~
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: When working with bit operations, inclusive ORing
Q31: 1 0 1 1 0 0 1
Q32: _ bit operations are extremely useful in
Q33: Upon encountering the command line pgm14.3 three
Q34: Any argument typed on a command line
Q36: If necessary, a macro definition can be
Q37: ARRAY first, second; is equivalent to the
Q38: Enumerated constants can be any valid user-created
Q39: Explicit values can be assigned to each
Q40: The definition REAL val; is _.<br>A)not valid