1.

Loop unrolling is a code optimization technique:(A) that avoids tests at every iteration of the loop.(B) that improves performance by decreasing the number of instructions in a basic block.(C) that exchanges inner loops with outer loops(D) that reorders operations to allow multiple computations to happen in parallel

Answer»


Discussion

No Comment Found

Related InterviewSolutions