Q. What does the '~' operator do? (A) AND (B) OR (C) XOR (D) Bitwise NOT ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Bitwise NOT Explanation: The ~ (tilde) operator flips all the bits (1 to 0 and 0 to 1).