Infinite loop: Difference between revisions

Content deleted Content added
m Replaced obsolete tt tags and reduced Lint errors
Tags: Reverted Mobile edit Mobile app edit Android app edit
Line 293:
</syntaxhighlight>
===Impossible termination condition===
An example [[for loop]] in [[C (programming language)|C]]:
<syntaxhighlight lang="c">
unsigned int i;