MCQOPTIONS
Saved Bookmarks
| 1. |
Write true ( T ) / false ( F )for each of the following statements:A. Symbol table is used only in first phase of a compiler.B. A pretty printer analyses a program and prints it in such a way that the structure of the program becomes early visible.C. YACC build up LALR parsing table.D. If a grammar is LALR( 1 ), it is not necessarily SLR( 1) |
| A. | F T T T |
| B. | F T T F |
| C. | T T F T |
| D. | T T T F |
| Answer» B. F T T F | |