📅  最后修改于: 2022-03-11 14:59:37.605000             🧑  作者: Mango
Initializing a variable means specifying an initial value to assign to it (i.e., before it is used at all). Notice that a variable that is not initialized does not have a defined value, hence it cannot be used until it is assigned such a value.