
adj.未初始化的
The problem is that uninitialized variables actually do have a value. 問題出在未初始化的變量事實上都有一個值。
Using an uninitialized pointer uses this supposed address to manipulate the underlying data at that supposed location. 使用未初始化的指針相當(dāng)于操縱這個不確定地址中存儲的基礎(chǔ)數(shù)據(jù)。