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?
Ques 1a. You’ve forgotten to specify the path to a header file in C programming. At what point in the compilation proces
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am