InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a feature of compiler?(a) Scan the entire program first and translate into machine code(b) To remove syntax errors(c) Slow for debugging(d) Execution time is moreThe question was asked in a national level competition.This intriguing question originated from Lexical Analysis in portion Compiler Introduction of Compiler |
|
Answer» RIGHT CHOICE is (d) EXECUTION TIME is more Explanation: The objective of the COMPILER is clearly not to increase the execution time of the program. |
|