

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following C code segment.for (i = 0, i |
A. | The code contains loop invariant computation |
B. | There is scope of common sub-expression elimination in this code |
C. | There is scope of strength reduction in this code |
D. | There is scope of dead code elimination in this code |
Answer» E. | |