ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Dependencies among files can then be asserted using the macro
Correct Answer: C — #include
Modular implementations are placed in file named with a .c suffix which are called header files. #include is necessary to tell the preprocessor where to look for header files if they are not placed in the current directory.