Information | |
---|---|
has gloss | eng: In computer programming, a temporary variable is a variable whose purpose is short-lived, usually to hold temporarily data that will soon be discarded, or before it can be placed at a more permanent memory location. Because it is short-lived, it is usually declared with local scope. There is no formal definition of what makes a variable temporary, but it is an often-used term in programming. |
lexicalization | eng: temporary variable |
instance of | c/Programming constructs |
Meaning | |
---|---|
Russian | |
has gloss | rus: Вре́менные объекты — в C++ объекты, которые компилятор создаёт автоматически по ходу вычисления выражений. Такие объекты не имеют имени и уничтожаются сразу же, как только в них исчезает потребность. |
lexicalization | rus: Временный объект |
Lexvo © 2008-2024 Gerard de Melo. Contact Legal Information / Imprint