Question:

Which method merges the multiple loops into the single one?

Show Hint

Loop fusion = merge loops for better locality; opposite of loop fission.
Updated On: June 02, 2025
  • Constant folding
  • Loop rolling
  • Loop fusion
  • Loop unrolling
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Loop fusion combines adjacent loops that iterate over the same range into a single loop to improve cache performance and reduce loop overhead.
Was this answer helpful?
0
0

TS PGECET Notification