Control Structures; FunctionsCovers control structures, loops, and functions in C language, emphasizing the importance of local variables and avoiding global variables.
Functions and DataCovers the implementation of rational arithmetic using functions to encapsulate data structures.