Computer Science, asked by rashidkalodi3437, 7 hours ago

Looping technique reduces the number of instructions

Answers

Answered by nepalchandra1950
1

Answer:

Loop unrolling is a technique used to increase the number of instructions executed between executions of the loop branch logic. This reduces the number of times the loop branch logic is executed

Similar questions