int main(void) { unsigned int i = 16; char x = 0; while (i/2) { i--; x++; } return x; }