Computer Science & C Programming


Encoding: Hex operators

  1. And: && vs. &

Similar for Or: || vs. |. Negation is associated to complement (-)
See VISUALIZATION in CSG images.

  1. Right shift (>>) and left (<<)

What is the corresponding arithmetic operation ?

  1. Adder (+) ... and all standard arithmetic operations


8 - 15