Difference between interpretor and compiler.
Answers
Answered by
1
The difference between interpretor and compiler is that interpret or checks and converts the text line by line but the compiler changes the whole paragraph or compiles the whole paragraph.
Arhamfrus:
It is not the whole the answer
Answered by
6
- A compiler is a translator which transforms source language (high-level language) into object language (machine language).
- an interpreter is a program which imitates the execution of programs written in a source language.
- Compiler converts the whole program in one go
- Interpreter converts the program by taking a single line at a time
- It takes an entire program at a time. [Compiler]
- It takes a single line of code or instruction at a time. [Inter]
- Comparatively faster [Compiler]
- Slower [inter]
- Hope You Understand
- Thanks you
Similar questions
Math,
8 months ago
English,
8 months ago
Political Science,
8 months ago
Sociology,
1 year ago
Physics,
1 year ago