 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | What is the function of the syntax phase? | 
| A. | recognize the language and to cal the appropriate action routines that will generate the intermediate form or matrix for these constructs | 
| B. | Build a literal table and an identifier table | 
| C. | Build a uniform symbol table | 
| D. | Parse the source program into the basic elements or tokens of the language | 
| Answer» B. Build a literal table and an identifier table | |