COMPILER DESIGN

SYNTAX ANALYSIS

ROLE OF THE PARSER

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is a part of a compiler that takes as input a stream of characters and produces as output a stream of words along with their associated syntactic categories?
A
Optimizer
B
Scanner
C
Parser
D
None of the mentioned
Explanation: 

Detailed explanation-1: -Scanner: A part of a compiler that takes as input a stream of characters and produces as output a stream of words along with their associated syntactic categories.

There is 1 question to complete.