Next: Some useful hints to
Up: Debugging tools
Previous: Debugging infinite loops
  Contents
- In do-while loops the condition to break the loop never evaluates to 0.
- In while loops the condition to break the loop never evaluates to 0.
- In for loops the loop variable is never changed.
- In for loops the terminating condition is never reached.
Sushil Prasad
2004-09-16