Skip to content
EntityQ1896011· pop 15· linked from 118 articles

static variable

Sign in to save

in computer languages, a variable that has been allocated statically so that its lifetime is the entire run of the program (as opposed to shorter-lived automatic variables and dynamically allocated variables)

Connections

Categories