Bit operations
Bit operations. A bit can have one of two values: 0 or 1. The C language provides four operators that can be used to perform bitwise operations on the individual bits of any integer data type (signed or unsigned char, short, int , and long ):
296 views • 16 slides