blob: d66bcaac7ad48fcd17e17ed7f0b43820c5449153 (
plain)
1
2
3
4
5
6
7
8
9
|
<h1 id="firstHeading" class="firstHeading">C keywords: while</h1> <h3 id="Usage"> Usage</h3> <ul>
<li> <a href="../language/while" title="c/language/while"> <code>while</code> loop</a>: as the declaration of the loop </li>
<li> <a href="../language/do" title="c/language/do"> <code>do-while</code> loop</a>: as the declaration of the terminating condition of the loop </li>
</ul> <div class="_attribution">
<p class="_attribution-p">
© cppreference.com<br>Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.<br>
<a href="https://en.cppreference.com/w/c/keyword/while" class="_attribution-link">https://en.cppreference.com/w/c/keyword/while</a>
</p>
</div>
|