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.
次のコードがあります。
typedef struct { int name; int info[1]; } Data;
次に、5 つの変数があります。
int a, b, c, d, e;
これを柔軟な配列として使用して、5 つの変数のすべての値を保持するにはどうすればよいですか?