vault backup: 2024-11-10 21:26:06

This commit is contained in:
zleyyij 2024-11-10 21:26:06 -07:00
parent b502602382
commit a720c5d1f7

View File

@ -48,4 +48,10 @@ Macro invocations are evaluated sequentially, and so if `DEBUG` was defined afte
--- ---
> **6.** The following questions refer to the program described in Exercise 5. > **6.** The following questions refer to the program described in Exercise 5.
> (a). Wh > (a). Which files need to be compiled when the program is built for the first time?
> (b). If `f1.c` is changed after the program has been built, which files need to be recompiled?
> (c). If `f1.h` is changed after the program has been built, which files need to be recompiled?
> (d). If `f2.h` is changed after the program has been built, which files need to be recompiled?