

InterviewSolution
Saved Bookmarks
1. |
What is the difference between compiler and interpreter |
Answer» Their work is to convert the high level language to binary language,compiler convert whole the para or program,but on the other hand interpreter converts program line by line | |