C Language Features not Discussed
Some of the preprocessing directives like #pragma, and stringization #x.
Functions with variable number of arguments.
Some less commonly used functions in standard libraries such as <stdio.h>, <stdlib.h>, <time.h>, ...
Exception-handling and jumps.