- A variable that is declared but is not set to a definite known value before it is used. It will have some value, but not a predictable one. As such, an uninitialized variable is a programming error and a common source of bugs in software. ← Wikipedia
- Related terms: Variable, Bound variable, Class variable, Free variable
- Previous term: Uninitialized pointer
- Next term: Union type
- Random term: Consistency model (webglossary.info/random 🎲)