Font-size: A A A
The ~ is the arithmetic bitwise NOT operator. This operator is used to convert each bit of its operand to its opposite (0 to 1, 1 to 0).
var result = ~C;