MCQ
Q.
Which method merges the multiple loops into the single one?
Correct Answer: C
Loop fusion is an optimization technique which merges the multiple bodies of loops into a single body. This programming technique may reduce the runtime performance of the program.