recategorized by
4,325 views

5 Answers

1 votes
1 votes
Answer is b) A syntax analyzer or parser takes the input from a lexical analyzer in the form of token streams. The parser analyzes the source code (token stream) against the production rules to detect any errors in the code.
So, we'r concerned with the entities not the production or any for that case 'rule'.
0 votes
0 votes
. Syntax analysis generates stream of token

. Lexical analysis is the first phase of compiler also known as scanner .it convert the input program into a sequence of token

So answer is A
0 votes
0 votes
Ans is B only

Stream of tokens are same as stream of atoms which are generated by Mexican analyser

The output of syntax analysis is parse tree
Answer:

Related questions

1 votes
1 votes
2 answers
1
1 votes
1 votes
1 answer
2
go_editor asked Jul 30, 2016
2,479 views
The translator which performs macro calls expansion is calledMacro processorMicro pre-processorMacro pre-processorDynamic linker