Day 8 Recap Questions
- Why do we need header guards?
- What is the difference between compiling and linking?
- What compiler flag do we use to create object files and what extension do those files have?
- What is a
target
in a Makefile? - What are the advantages of using Makefiles?