sir we do the operation in hexadecimal binary numbers???
Bit Manipulation
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