-
Consists of 15 puzzles to be solved by using mostly C bit operations.
-
You must write 15 functions.
-
Each function is required to compute a specified expression using only a restricted set of operations (mostly bit operators).
What you will get out of doing this lab:
- Deeper knowledge of hex notation, C bit operations
- Introduction to C programming
- Using Linux build utilities
- How integers are representation at the bit level