Saved Bookmarks
| 1. |
Define Compiler And Interpreter? |
|
Answer» COMPILER is a set of program which CONVERTS the whole HIGH level language program to MACHINE language program. Interpreter is a set of programs which converts high level language program to machine language program LINE by line. Compiler is a set of program which converts the whole high level language program to machine language program. Interpreter is a set of programs which converts high level language program to machine language program line by line. |
|