What is a continuous loop in microprocessor?
Answers
Answered by
1
In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. A loop is a fundamental programming idea that is commonly used in writing programs. An infinite loop is one that lacks a functioning exit routine .
Similar questions