Explain the optimization techniques for code optimization. Convert the following program to basic block and control flow.
M = A + B
N = C + D
IF (M > N)
X = M – N;
ELSE
E = M + N + X
Answered by
0 Comments
1 year ago
This answer is restricted. Please login to view the answer of this question.