noun
structured variable
Computing term for a variable that holds a structured data type (e.g., a struct in C).
C言語では、構造体変数を宣言して複数のデータをまとめて扱えます。
In C, you can declare a structured variable to handle multiple pieces of data together.
Compound of 構造体 (structured data type) + 変数 (variable).