Computer Science, asked by adarsh9936, 1 year ago

Difference between Interpreter and Compailer?

Answers

Answered by Namanbrain
1
hey mate here is your answer
Hence, a compiler or an interpreteris a program that converts program written in high-level language into machine code understood by the computer. Scans the entire program and translates it as a whole into machine code. It takes less amount of time to analyze the source code but the overall execution time is slower.

HOPE IT HELP YOU
MARK AS BRAINLIST
Answered by Ketan88
2
Compiler executes whole program at once.
Interpreter takes one instruction at a time.

Intermediate object code is generated in compiler.
No object code generates in Interpreter.

More memory required in Compiler
Less memory required in Interpreter

Example of Compiler is C Compiler
Example Of Interpreter Is BASIC

Similar questions