Y
Hacker News
new
|
ask
|
show
|
jobs
by
DC-3
2144 days ago
Except that uninitialised memory is substantially more likely to be 0 than any other value.
1 comments
grishka
2144 days ago
Except sometimes it is not and forgetting to initialize a variable in C/C++ leads to very insidious bugs that no one can reliably reproduce.
link