while loop in a for loop c code example Example: WHILE loop in c while( a < 20 ) { printf("value of a: %d\n", a); a++; }