6,087 views

4 Answers

Best answer
16 votes
16 votes
option D will be correct..

Lexical analyzer take the source code as input and convert it into the stream of tokens as output....
selected by
4 votes
4 votes
Lexical analyzer scans every character of the input and divides them into individual tokens.

So ans is D.
3 votes
3 votes
The function of lexical analyzer is to read the source program, one character at a time, and to translate it into a sequence if primitive units called tokens.

Answer: D (A stream of tokens)
Answer:

Related questions

2 votes
2 votes
5 answers
1
admin asked Mar 30, 2020
1,900 views
In a compiler, keywords of a language are recognized duringparsing of the programthe code generationthe lexical analysis of the programdataflow analysis
1 votes
1 votes
2 answers
4
snehareddy asked Feb 16, 2018
1,085 views
The number of elements in the power set of {{1,2},{2,1,1},{2,1,1,2}} is: