Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

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

Question

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

Explanation:

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