C++ > Uninitialized Variables > Flashcards
Uninitialized variables
Variable that has not been given a known value
Undefined behaviour
Result of executing code whose behaviour is not defined by c++
Some unidentified behaviour