 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | What is the similarity between LR, LALR and SLR? | 
| A. | Use same algorithm, but different parsing table. | 
| B. | Same parsing table, but different algorithm. | 
| C. | Their Parsing tables and algorithm are similar but uses top down approach. | 
| D. | Both Parsing tables and algorithm are different. | 
| Answer» B. Same parsing table, but different algorithm. | |