Bit Manipulation

sir we do the operation in hexadecimal binary numbers???

what are hexadecimal binary numbers?

you take num in decimal number system (int)
but internally every num store in binary number system
so bitwise operations perform on bits of numbers

1 Like