InterviewSolution
Saved Bookmarks
| 1. |
What constitutes the stages of the compilation process?(a) Feasibility study, system, design, and testing(b) Implementation and documentation(c) Lexical analysis, syntax, Analysis and code generation(d) None of the mentionedI had been asked this question by my college professor while I was bunking the class.This interesting question is from Lexical Analysis in section Compiler Introduction of Compiler |
|
Answer» RIGHT CHOICE is (c) Lexical analysis, syntax, Analysis and code generation The BEST I can explain: As DEFINED in the compilation process. |
|