Static code analysis is performed in the _____________.
Answers
Answered by
2
without actually executing program is right answer
Answered by
0
" Static code analysis shows the error before running a program and also it runs between the coding and unit testing. Static coding analysis provides automated feedback loop For Developer and it is used to know the early errors before running the program.
Static code analysis is mainly used in huge programs to avoid the run time errors. Static code runs automatically due to feedback loop it. It is performed in the "Implementation Phase" of "Security Development cycle"."
Similar questions