What is difference between compiler and interpreter?
rajeev kumar
Select an image from your device to upload
Hi,
Compiler will translate the source code into machine code in a single strech, where as the Translator will do it line by line.