do while statement c code example Example 1: c do while do { // code } while(/* condition */); Example 2: how to do a while true in C for(;;) { ... }