Menu

Lexical Analysis Questions

MCQ
21.
A programmer by mistakes writes a program to multiply two numbers instead of dividing them, how can this error be detected?
forum Discussion
MCQ
22.
Lexical analysis is the _______ phase of a compiler
forum Discussion
MCQ
23.
 lexical analyzer is used to ?
forum Discussion
MCQ
24.
If the lexical analyzer finds a token invalid then?
forum Discussion
MCQ
25.
When the lexical analyzer read the source-code, it scans the code?
forum Discussion
MCQ
26.
Which tool/computer program for generating lexical analyzers (scanners or lexers) written by Vern Paxson in C around 1987?
forum Discussion
MCQ
27.
The function ________ is automatically generated by the flex when it is provided with a .l file
forum Discussion
MCQ
28.
In the input file, In which section Anything written in this brackets is copied directly to the file lex.yy.c?
forum Discussion
MCQ
29.
The rule section is enclosed in?
forum Discussion
MCQ
30.
Which symbol table implementation is based on the property of locality of reference?
forum Discussion