Loading practice questions
Dependencies among files can then be asserted using the macro
Correct Answer: C — #include
Explanation:
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.