difference between campiler and an interpreter
Answers
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. ... A compiler always generates an intermediary object code.
Explanation:
I hope it will be helpful to you.
Please mark me as brainliest and follow me.
Thank you................
Answer:
Interpreter translate just one statement of the program at a time into machine code. Compiler scans the entire program and translate the whole of it into machine code at once. An interpreter takes very less time to analyze the source code......A compiler always generates an intermediary object code.
hope it will help you...