I recently saw the above operator in a code,I googled for it but found nothing.The code is below.Please describe what actually does this operator do?
#includ
It is the bitwise complement operator. Given the input
010011101
returns the output:
101100010