0 votes
in Secure Programming Practices by
Security check can be enforced at compile time by:

B) Writing code for large projects.

D) Adding debug traces to code.

A) Enabling all compiler warnings, and paying attention to these warnings.

F) None of the above options

E) A) and C)  

C) Checking all pointer against null(0) values before using them.

1 Answer

0 votes
by
A), C) and E)
...