C keywords: while
From cppreference.net
Usage
-
while
loop: as the declaration of the loop -
do-while
loop: as the declaration of the terminating condition of the loop
while
loop: as the declaration of the loop
do-while
loop: as the declaration of the terminating condition of the loop