若for循環(huán)語句用以下形式表示: for(表達(dá)式1;表達(dá)式2;表達(dá)式3) 循環(huán)體語句 則執(zhí)行for(i=0;i<3;i++) printf(“*”); 時,表達(dá)式1執(zhí)行了()次,表達(dá)式3執(zhí)行了()次。