It's worth noting that on declaring a reference type, its initial value will be null
. This is because it does not yet point to a location in memory, and is a perfectly valid state.
However, with the exception of nullable types, value types must typically always have a value.