68) Reduction in strength means
Answer is:
Both replacing run-time computation by compile time computation & replacing a costly operation by a relatively cheaper one
Related Compiler Design MCQ with Answers
Answer is:
all of these
Explanation:
Running time of a program depends on
* the way the registers and addressing modes are used
* the order in which computations are performed
* the usage of machine idioms
Answer is: