Automatic variable

In computer programming, an automatic variable is a local variable which is allocated and deallocated automatically when program flow enters and leaves the variable's scope. The scope is the lexical context, particularly the function or block in which a variable is defined.

Source: Wikipedia — Automatic variable (CC BY-SA 4.0)

Automatic variable

In computer programming, an automatic variable is a local variable which is allocated and deallocated automatically when program flow enters and leaves the variable's scope. The scope is the lexical context, particularly the function or block in which a variable is defined.

Source: Wikipedia "Automatic variable" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy