void main() { int i; if (i) // condition of if statement must be a boolean i++; }