What is the difference between compiler and interpreter-00747
This subjective question is related to the book/course vu cs502 Fundamentals of Algorithms. It can also be found in vu cs502 Mid Term Solved Past Paper No. 1.
Question 1: What is the difference between compiler and interpreter
Answer:
Compiler and interpreter are system software but the difference is that the complier compiles the whole program but the interpreter is complied line by line. Compiler is efficient in performance. page 12-13