Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はちょうど何かに出くわしました
float a[4][5];
変数が C 配列として宣言した後の 1 組の角括弧は知っていますが、2 組の角括弧は何をするのでしょうか?
これは、4 列 5 行の float を持つ 2 次元 C 配列です。a[x][y] に進むと、個々の値にアクセスできます。