Correct option is C
Debugging is the process of identifying and fixing errors (or bugs) in a program. It is a crucial step in software development to ensure the program functions as intended. Debugging involves examining the code, testing it, and correcting issues that prevent proper execution.
Important Key Points:
1. Debugging ensures the removal of syntax, logical, and runtime errors from the program.
2. It improves the reliability and performance of the software.
3. Tools such as debuggers or IDEs (e.g., Visual Studio, Eclipse) assist developers in identifying issues efficiently.
Knowledge Booster:
· Interpreting: Converts high-level code into machine code line-by-line at runtime but does not involve error correction.
· Translating: Converts source code into another form but does not refer to fixing errors.
· Compiling: Converts the entire source code into machine code before execution, not focused on error correction.