We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, How can we overcome infinite loops in C programming using keil compiler............ can anyone plz answer my question.... Actually i want to know 1)what are the adverse effects a program leads to when it contains a infinite loops in it.
2)how can u find them out means how u debug your program which contains infinite loops using keil debugger .
3)Does the keil compiler is useful to find such type of bugs(infinite loops) in a program are we have to rely on third party debugging tools.
4)How to overcome such bugs(infinite loops) in the program.
5)what are the neccessary measures to be taken to prevent infinite loops in a C program.....
thanks in advance............ bharath
"Funny in 'Keil 8051 C Compiler' you need at least one infinite loop or it will not work."
Not necessarily: instead of an infinite loop, you could have a dead-end in the form of a power-down state that can only be exited by a reset...