retagged by
4,251 views

3 Answers

2 votes
2 votes
Option B is correct.

Constant Folding....Actually...whenever subexpression is repeated many times....so we can fold that part into a single segment to reduce the space and time complexity of the program.
2 votes
2 votes
answer:- (b)

constant folding is an optimization from that has no side effects and that can be evaluated repeatedly to produce value= 1.
2 votes
2 votes

option B

Constant folding : replacing the value of constants during compilation
Constant propagation : replacing the value of an expression during compile time.

Answer:

Related questions

0 votes
0 votes
1 answer
1
admin asked Mar 31, 2020
1,607 views
The structure or format of data is calledSyntaxStructSemanticnone of the above
0 votes
0 votes
1 answer
2
admin asked Mar 31, 2020
1,680 views
The graph that shows basic blocks and their successor relationship is called:DAGControl graphFlow graphHamiltonian graph
1 votes
1 votes
4 answers
3
admin asked Mar 31, 2020
1,095 views
A top down parser generatesLeft most derivationRight most derivationLeft most derivation in reverseRight most derivation in reverse
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
3,089 views
Syntax directed translation scheme is desirable becauseIt is based on the syntaxIt is easy to modifyIts description is independent of any implementationAll of these