Files and next steps
4 lessons in the C course.
Full C course · Search this topic · Programming
- Header FilesShare declarations between C source files with guarded headers.
- Reading and Writing FilesOpen, process, and close files while checking every operation that can fail.
- MakefilesAutomate a small multi-file C build with make.
- Undefined BehaviorRecognize operations for which the C standard imposes no requirements and prevent them.