ISRO | ISRO CS 2017 – May | Question 77
The output of a lexical analyzer is
(A) A parse tree
(B) Intermediate code
(C) Machine code
(D) A stream of tokens
Answer: (D)
Explanation: Lexical analysis produces a stream of tokens as output, which consists of identifier, keywords,separator,operator, and literals.
Quiz of this Question
Please Login to comment...