InterviewSolution
Saved Bookmarks
| 1. |
What Is A Compiler? |
|
Answer» Compiler is used to translate the high-level LANGUAGE PROGRAM into MACHINE code at a time. It doesn’t REQUIRE special instruction to STORE in a memory, it stores automatically. The Execution time is less compared to Interpreter. Compiler is used to translate the high-level language program into machine code at a time. It doesn’t require special instruction to store in a memory, it stores automatically. The Execution time is less compared to Interpreter. |
|