| Which of the following are secure programming guidelines?
Choose the correct option from below list
B) Never use input data as input for a format string.
A) Always validate input for public methods.
E) A), B) and C)
C) Avoid the use of environment variables.
D) Always call a shell to invoke another program from within a C/C++ program.
F) None of the above options
Answer:-E) A), B) and C) | | |