Bitwise Operator’s

Introduction Bitwise Operators always scared developers (with no offence) but once developers understood the power of it, developers love them. Bitwise operator are very powerful operators if understood correctly. Its operators on ints and uints at the binary level. This means they look directly at the binary digits or bits of an integer.  Types of Bitwise Operator Bitwise AND (a & b) Bitwise AND is like logical AND in … Continue reading Bitwise Operator’s