QUESTION IMAGE
Question
question # 4
multiple choice
how do you stop a program that is stuck in an infinite loop?
press the alt key together with the q key.
press the control key together with the q key.
press the control key together with the c key.
press the alt key together with the c key.
In many programming environments and terminals, pressing Ctrl + C (Control - C) is a common way to interrupt a running process, including one stuck in an infinite loop. This sends a signal to the operating system to terminate the current process.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. Press the Control key together with the C key.