for, while ,do whileがある#include <stdio.h> int main(void) { int a = 1; while (a < 4) // aが4未満の時、aを出力してaの値を1増やす { printf("a\n"); a++; } } a a a a++は糖衣構文といい、aを1増加させるという意味(使用する状況により異なるが、一般的に a += ...
What you can do with signing up Sign upLogin Comments No comments Let's comment your feelings that are more than good LoginSign Up Qiita Conference 2024 Autumn will be held!: 11/14(Thu) - 11/15(Fri) Qiita Conference is the largest tech conference in Qiita!
Register as a new user and use Qiita more conveniently You get articles that match your needs You can efficiently read back useful information You can use dark theme What you can do with signing up Sign upLogin Comments No comments Let's comment your feelings that are more than good ...
Intel 系の CPU も wav ファイルもリトルエンディアン↩ 18 Register as a new user and use Qiita more conveniently You get articles that match your needs You can efficiently read back useful information You can use dark theme What you can do with signing up ...