binary algebra cpp code example Example: binary algebra cpp unsigned char a=195; unsigned char b=87; unsigned char c; c=a&b;