| Security check can be enforced at compile time by:
Choose the correct option from below list
A) Adding debug traces to code.
B) Writing code for large projects.
E) A) and C)
F) None of the above options
C) Checking all pointer against null(0) values before using them.
A) Enabling all compiler warnings, and paying attention to these warnings.
Answer:-E) A) and C) | | |