Q. Which function is used to iterate with index in a loop?
β
Correct Answer: (C)
enumerate()
Explanation: `enumerate()` allows iteration with both index and item.