2.9. Some Advanced C Features
Almost all of the C programming language has been presented in previous sections. In this section, we cover a few remaining advanced C language features and some advanced C programming and compiling topics:
-
writing and using your own C libraries (and dividing your program into multiple modules (
.c
and.h
files))