I am wondering about a sentence in a book about C# I'm reading currently. This sentence is:
'value type that is initialized to all 0's'.
Probably I don't understand it because I'm not a native speaker.
In my understanding of the language would that mean that a variable has multiple values when it gets initialized? This doesn't really makes sense to me. Could you help me to understand what this means?