void funfun() { int i = 0x77; int a[2] = {18,52}; for (i=0; i<5; i++) { if (4 == i || 3 == i || 2 == i) { a[i] = 0; printf("i=%d\n",i); } } return; }