February 21, 2013
The program below demonstrates if-else if statements.
The program below demonstrates a boolean logical operator.
This example demonstrates some combinations of bitwise operations.
This example demonstrates unsigned shifting a byte value.
The program below demonstrates masking sign extension.
The program below demonstrates left shifting as a quick way to multiply by 2.
The program below demonstrates how to left shift a byte value.
The program below demonstrates the bitwise logical operators.
The program below demonstrates how ++ and -- behaves.
The program below demonstrates assignment operators.