What can I safely assume about the initial values of variables which are not explicitly initialized?

Q

What can I safely assume about the initial values of variables which are not explicitly initialized?

✍: Guest

A

It depends on complier which may assign any garbage value to a variable if it is not initialized.

2012-03-07, 2823👍, 0💬