Computer Science, asked by dakshbansal577, 3 months ago

How Interpreter is different from a compiler?​

Answers

Answered by shrirambhute1
4

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. However, the overall time to execute the process is much slower.

Explanation:

Answered by oviyakartickrps
3

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.

HOPE IT HELPS

PLS MARK AS BRAINLIEST

Similar questions