Local Variable Glossary Definition

Term Local Variable
Definition

A Local Variable is a variable whose scope is limited to a specific block, function, method, or routine.

Context & Usage

Local variables help contain state and reduce unintended interactions with other parts of a program.

Related concepts include Variable.

Categories Software Development and Programming