Page 1 of 1

Ques 1a. You’ve forgotten to specify the path to a header file in C programming. At what point in the compilation proces

Posted: Tue Jul 12, 2022 8:15 am
by answerhappygod
Ques 1a. You’ve forgotten tospecify the path to a header file in C programming. At what pointin the compilation process will this likely result in a compilationerror?
Ques 1b. You attempt toanalyse the project using a static code analysis tool: how do youthink the missing header file would affect the results?
Ques 1c. In your opinion, interms of static code analysis, which type of error is more serious:A False Negative or a False Positive?? Why?