InterviewSolution
Saved Bookmarks
| 1. |
A compiler program written in a high level language is called ________(a) Source Program(b) Object Program(c) Machine Language Program(d) None of the mentionedI had been asked this question in final exam.This intriguing question originated from Lexical Analysis in chapter Compiler Introduction of Compiler |
|
Answer» CORRECT choice is (a) SOURCE Program Best EXPLANATION: The input that we give in high LEVEL language is also known as the source language. |
|