Static Analysis Interview Question and Answer
Part 1: Typical defects discovered during static analysis are? ★ Referencing a variable with undefined value★ Variables declared but used nowhere★ Dead code★ Programming standards and syntax violation★ Security vulnerabilities…