Explain why a programmer would make use of both an interpreter and a compiler?
Answers
Answered by
6
Answer:
To convert source code into machine code, we use either a compiler or an interpreter. Both compilers and interpreters are used to convert a program written in a high-level language into machine code understood by computers.
Explanation:
Answered by
3
To convert source code into machine code, we use either a "Compiler" or an "Interpreter".
Explanation:
Both "Compilers" and "Interpreters" are used to convert a program written in a high–level language into machine code understood by computers.
Similar questions