HOMELv003 2次元配列 int m[2][3] の要素の総数はどれか。 2026年1月24日 2×3で要素数6 int *p; int a = 10; p = &a; のとき、*pの値はどれか。 文字列の長さを取得する標準ライブラリ関数はどれか。