

MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Compilers knowledge and support exam preparation. Choose a topic below to get started.
1. |
Semantic_Analyser_is_used_for$ |
A. | Generating Object code |
B. | Main ting symbol table |
C. | None of the mentioned |
D. | Both of the mentioned |
Answer» E. | |
2. |
In Short Syntax Analysis Generates Parse Tree. |
A. | True |
B. | False |
Answer» B. False | |
3. |
Type checking is normally done during |
A. | Lexical Analysis |
B. | Syntax Analysis |
C. | Syntax Directed Translation |
D. | Code generation |
Answer» D. Code generation | |
4. |
Output file of Lex is _____ the input file is Myfile. |
A. | Myfile.e |
B. | Myfile.yy.c |
C. | Myfile.lex |
D. | Myfile.obj |
Answer» C. Myfile.lex | |