出典:Wikipedia
出典:『Wikipedia』 (2011/02/26 20:25 UTC 版)
In computer programming, an automatic variable is a lexically-scoped variable which is allocated and de-allocated automatically when program flow enters and leaves the variable's scope. The term local variable is usually synonymous with automatic variable, since these are the same thing in many programming languages.