Computer Science, asked by syedalaibasalman, 5 months ago

Explain why a programmer would make use of both an interpreter and a compiler? ​

Answers

Answered by Mehaboobb281
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 shriyasonkar14361799
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 highlevel language into machine code understood by computers.

Similar questions