adplus-dvertising
frame-decoration

Question

What is the operator used to make 1's One's compliment?

a.

& Bitwise AND Operator

b.

| Bitwise OR operator

c.

~ Bitwise Negate Operator

d.

^ Bitwise Exclusive OR

Posted under C Programming

Answer: (c).~ Bitwise Negate Operator

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the operator used to make 1's One's compliment?