Which of the following is a correct statement? I. For some programming languages, there are parsing algorithms with an O(3) complexity. II. A recursive programming language can be constructed with static storage allocation. III. In the context of bottom-up parsing, no L-attributed definition can be evaluated. IV. Code-improvement modifications can be carried out at both the intermediate and source code levels.
Which of the following is a correct statement? I. For some programming languages, there are parsing algorithms with an O(3) complexity. II. A recursive programming language can be constructed with static storage allocation. III. In the context of bottom-up parsing, no L-attributed definition can be evaluated. IV. Code-improvement modifications can be carried out at both the intermediate and source code levels. Correct Answer I and IV
In recursion, space is used but recursive calls can’t be calculated by the compiler.
মোঃ আরিফুল ইসলাম
Feb 20, 2025