The function(s) of the Syntax phase is/ are________?
Ato parse the source program into the basic elements or tokens of the language
Bto build a literal table and an identifier table
Cto recognize the major constructs of the language and to call the appropriate action routines that will generate the intermediate form or matrix for these constructs
Dto build a uniform symbol table
Correct answer
C. to recognize the major constructs of the language and to call the appropriate action routines that will generate the intermediate form or matrix for these constructs
Explanation
The correct answer is to recognize the major constructs of the language and to call the appropriate action routines that will generate the intermediate form or matrix for these constructs.