1.

Lexers and parsers are not found in which of the following?(a) compiler front end processing(b) prettyprinters(c) linters(d) none of the mentionedThe question was asked in quiz.Question is from Lexical Analysis topic in section Regular Expressions and Languages of Automata Theory

Answer»

The correct choice is (d) none of the mentioned

For explanation: Lexers and parsers are most COMMONLY used in compilers, but it has more application ELSEWHERE like in prettyprinters or LINTERS(application of STYLISTIC formatting conventions to textfiles, source code, etc.).



Discussion

No Comment Found

Related InterviewSolutions