Question Detail
Question
If your program is stuck in an infinite loop in the terminal or console, what key combination should you press to stop it immediately?
Correct Answer
Option C is the correct answer.
Detailed Explanation
Slide 8, 'Stopping a Runaway Loop', explicitly states: 'If your program is stuck in an infinite loop, press Ctrl + C in your terminal/console.'
Hint
The slide on 'Stopping a Runaway Loop' provides the answer.