A resource that is worth keeping it handy to check (not to read right now because it has 300 pages) is “The GNU C Programming Tutorial” written by Mark Burgess (Online version). It contains detail information about everything related to C.
After reading the suggested document, answer to the questions in the following section.
Remember that when the compiler processes source files, it does so independently and in a single pass. Consider the following source files.
file_1.c
|
file_2.c
|
file_3.c
| ||||||
---|---|---|---|---|---|---|---|---|
|
|
|
Answer the following questions.
Post in the course forum or check with the professors those questions that you are not sure about the answer.