- 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
- Previous term: Uninitialized pointer
- Next term: Union type
- Random term: BHO