Differentiate between an interpreter and a compiler
con intoxberton tanglater line
Answers
Answered by
0
Answer:
Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code.
Explanation:
hopes it helps
Answered by
2
Compiler transforms code written in a high-level programming language into the machine code, at once, before program runs, whereas an Interpreter coverts each high-level program statement, one by one, into the machine code, during program run. Compiled code runs faster while interpreted code runs slower.
Similar questions
English,
3 months ago
English,
3 months ago
Computer Science,
7 months ago
Computer Science,
7 months ago
Physics,
11 months ago
Biology,
11 months ago