Question: Which optimization technique can help reduce the number of memory accesses?
Options:
Correct Answer: Loop fusion
Solution:
Loop fusion can help reduce the number of memory accesses by combining multiple loops that iterate over the same data.