noun
A variable whose scope is limited to a specific block, function, or procedure in programming.
この関数内で宣言された変数はローカル変数です。
The variable declared inside this function is a local variable.
ローカル変数はメモリ管理の面で効率的な場合があります。
Local variables can be efficient in terms of memory management.