What are the advantages of using a compiler rather than an interpreter?
Answers
Answered by
0
Answer:
it converts whole program in one go. whereas interpreter converts line by line
Answered by
0
Answer:
compilers can produce much more efficient object code than interpreters thus making the compiled programs to run faster. Interpreters however are easier to use,particularly for beginners,since errors are immediately displayed, corrected by the user, until the program is able to be executed.
Explanation:
hope it will help u...
Similar questions