1.

What is the difference between interpreter and compiler?

Answer» Both are translator used in translating programming language(high level language) into machine language,which computer can understand.But the basic difference is that interpreter converts HLL into LLL line by line which takes time but easy for the beginners to learn the program.Compiler converts the HLL into LLL in one go and fast as compare to interpreter.


Discussion

No Comment Found