Static Code Analysis: Static code analysis is a technique used to analyze source code without executing it. It helps identify potential bugs, security vulnerabilities, and coding style violations by analyzing the structure and syntax of the code.
Code Review: Code review is a systematic examination of source code by one or more individuals with the goal of finding bugs, improving quality, and ensuring adherence to coding standards.
Debugging:Debugging is the process of identifying and fixing bugs or errors in software. It involves locating the source of the issue and making necessary changes to correct it.