noun
variable declaration
Computing term for declaring a variable in a program, specifying its name and optionally its type.
変数宣言をしないと、その変数は使えません。
You cannot use that variable without declaring it first.
Compound of 変数 (variable) and 宣言 (declaration).