Fundamental

This section shows examples of basic C syntax and usage, including fundamental areas such as console and file input/output, arrays and pointers, functions, and structures. It also covers some of the more esoteric areas such as pointers to functions, and functions with variable numbers of arguments.

Some complete sample applications are also given, as a demonstration.