Which of the following phase produce Token as output?
- Lexical Analysis
- Syntax Analysis
- Semantic Analysis
- Code generation
- option1
Clear All
Loading...
Which of the following phase produce semantic tree as output?
- Lexical Analysis
- Syntax Analysis
- Semantic Analysis
- Code generation
- option3
Clear All
Loading...
Which of the following statement is true?
- Input of compile is portable
- Output of compile is portable
- Compile is portable
- All of these
- option1
Clear All
Loading...
Which of the following can be identified by C compiler?
- Missing semicolon in the program
- Declaration missing of a variable of some used variable
- Variable names start with digit
- All of these
- option4
Clear All
Loading...
Which of the following does code optimization?
- Compile
- Interpreter
- Above Both
- None
- option1
Clear All
Loading...
Which of the following resolve all the external references in the program?
- Compiler
- Pre-Processor
- Linker
- Loader
- option3
Clear All
Loading...
Compiler is __ ?
- Hardware compensation
- Electronic Device
- Program
- All of these
- option3
Clear All
Loading...
Which of the following data structure used by compiler to store attribute information of symbol?
- Compiler Table
- Linker table
- Symbol Table
- None
- option3
Clear All
Loading...
Access time of the symbol Table will be logarithmic if it is implemented by
- Linear list
- Hash Table
- Search tree
- None of these
- option3
Clear All
Loading...
Which of the following phase of compiler remove comments and white space from code.
- Lexical Analysis
- Syntax Analysis
- Code Generation
- Code optimization
- option1
Clear All
Loading...