MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPILER DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Substitution of values for names whose values are constant, is done in
A
local optimization
B
loop optimization
C
constant folding
D
none of these
Explanation: 

Detailed explanation-1: -Constant propagation is the process of substituting the values of known constants in expressions at compile time.

There is 1 question to complete.