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

Zmienna statyczna

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)

Article · Polski

Zmienna statyczna – w programowaniu jest to zmienna, która w danym bloku programu posiada dokładnie jedną instancję i istnieje przez cały czas działania programu. W języku C++ każda zmienna globalna jest jednocześnie zmienną statyczną.

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories