Multiple choice

Which of the following statements are TRUE? I. There exist parsing algorithms for some programming languages whose complexities are less than $\theta$(n3). II. A programming language which allows recursion can be implemented with static storage allocation. III. No L-attributed definition can be evaluated in the framework of bottom-up parsing. IV. Code improving transformations can be performed at both source language and intermediate code level.

  1. I and II

  2. I and IV

  3. III and IV

  4. I, III and IV

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation