what is the difference between interpreter and compiler?
sbko good afternoon guys
Answers
Answered by
3
Answer:
Interpreter translates just one statement of the program at a time into machine . Compiler scans the entire program and translates the whole of it into machine at once. An interpreter takes very less time to analyze the source . A compiler always generates an intermediary object.
Similar questions