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
I always rely on third party tools to find the infinite loops in my code. In particular, TuringSoft makes a great plug-in for lint that detects any program that runs forever, and prints a warning. I'd add a link, but it's too long to fit into the margin of this post.