Default value of static and non-static data members

In reply to akshaymote:

As I said the initial value only depends on the variable’s data type. For int it is 0. See table 6-7 for other types in the 1800-2012 LRM.