how do you halt an infinite loop? by pressing the control key and the key

how do you halt an infinite loop? by pressing the control key and the key
Answer
Brief Explanations:
In many programming - related environments, pressing Control + C is a common way to halt an infinite loop. This sends a signal to the program to stop execution.
Answer:
C