Question
Compiler and Interpreter.
Answer :
Word Count : 318
Compiler and interpreter are two types of software tools used to execute computer programs. While they both play a crucial role in the software development process, they differ in how they work and what they do. The following table outlines the main differences between compilers and interpreters:
| Compiler | Interpreter |
|---|---|
| Converts the entire source code into machine code before execution. | Translates the source code line by line into machine code during execution. |