Skip to main content

15.4) Exercise 24


Try recompiling the program from Exercise 23 using four separate compiler commands. The first three should use the -c option to compile each of the three source files to object code. The final command should link the three files of object code together to create the final executable.