Computer Science, asked by anjali12960, 7 months ago

what is the difference between compliler and interpreter???​

Answers

Answered by sadhna1201
1

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:

Please mark me as brainliest and follow me for more answers like this

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

hope it will help

Similar questions