MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are true? 1. There exist parsing algorithms for some programming languages whose complexities ar less than (n3). 2. A programming language which allows recursive can be implemented with static storage allocation. 3. No L-attributed definition can be evaluated in the framework of bottom-up parsing. 4. Code improving transformations can be performed at both source language and intermediate code level. |
| A. | 1 and 2 |
| B. | 1 and 4 |
| C. | 3 and 4 |
| D. | 1, 3 and 4 |
| Answer» C. 3 and 4 | |