for
トップへ
#include <stdio.h>
int main(void) {
int i;
for (i =
; i
<
>
<=
>=
; 
i++
i--
) {
printf("%3d ", i);
}
return 0;
}
実行結果