Nerdy fact about infinite loops in C

Iqram Ali
1 min readOct 1, 2020

What on earth is this infinite loop?

Infinite loop…🤔? well what on earth is this and why they use in programming?

Answer to your question straight forward loop that repeats indefinitely and never terminates is called an infinite loop.

Widely used in programs that keep running for long periods of time until they are stopped in Embedded system(ES) when the device is turned on, the display is on, similarly in the webserver.

--

--

Iqram Ali

Developer influencer, 15+ years in software development currently in engineering leadership role.