Forum for Week-1

difference between compiler and interpreter

difference between compiler and interpreter

by Ebrahim Siddiky -
Number of replies: 0

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