Computer Science, asked by rajputneha3700, 1 year ago

Why do we use infinite loop in embedded system software?

Answers

Answered by Swebo
1
Embedded systems need infinite loops for repeatedly processing/monitoring the state of the program. An example could be the case of a program state continuously being checked for any exceptional errors that might just occur during run time such as memory outage.
Similar questions