Computer Science, asked by jyothinaidu2976, 6 months ago

My question is that differenciate between interpriator and compiler

Answers

Answered by sa76
1

Answer:

Interpreter:

1) It won't generate immediate code.

2) It reads the single instruction as input.

3) memory management is less.

4) Execution time is fast.

5) python,rubby.

Compiler:

1) It generate intermediate code.

2) It reads entire program for compilation.

3) memory management is high.

4) Execution time is less.

5) c,c++.

please mark me as brainlist..

please follow me ❤️❤️..

Similar questions