Discussion :: JAVA MCQs
- Which operator is used to invert all the digits in binary representation of a number?
Answer : Option A
Explanation :
Unary not operator, ~, inverts all of the bits of its operand in binary representation.
Be The First To Comment