Answer :

absor201

Answer:

We generally need to break the infinite loop, and this can be done by pressing the control key and the 'C' key.

Explanation:

In a programming language like C, there may be a time when we may run with endless or infinite loops because of the following reasons:

  • Either the programmer may have forgotten to include a way to exit from the infinite loop
  • or the exit condition may have just never met

We generally need to break the infinite loop, and this can be done by pressing the control key and the 'C' key.

Therefore, pressing Ctrl+C can halt an infinite loop

Other Questions