question # 4\nmultiple choice\nhow do you stop a program that is stuck in an infinite loop?\npress the alt…

question # 4\nmultiple choice\nhow do you stop a program that is stuck in an infinite loop?\npress the alt key together with the q key.\npress the control key together with the q key.\npress the control key together with the c key.\npress the alt key together with the c key.
Answer
Brief Explanations:
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.
Answer:
C. Press the Control key together with the C key.