Infinite Loop
An infinite loop is a sequence of instructions in a program that repeats indefinitely because a terminating condition has not been specified or is never met. It’s also known as an endless loop. Essentially, the loop keeps running without ever stopping.