MCQOPTIONS
Saved Bookmarks
| 1. |
For the C program given below the statement that does not hold true is for (i = 0; ifor(j = 0; jif (i%c) { x += (4*j+5*i); y+=(7+4*j); } } } |
| A. | There is a scope strength reduction |
| B. | There is a scope of dead code elimination |
| C. | There is a scope of common sub-expression elimination |
| D. | None of the above |
| Answer» C. There is a scope of common sub-expression elimination | |