No automatic element initialization

Declaring an array in C++ does not automatically initialize the values of the elements to zero.

(Other languages such as Java do automatically initialize all array elements to a default value that depends on the type of the elements.)