Computer Science, asked by rahmanshamima417, 6 months ago

Differentiale between a compiler and an interpreter ​

Answers

Answered by priyanjali8482
2

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.

Answered by sanjufbdc
1

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.

I hope this answer will help you dear............

Similar questions