Default value of static and non-static data members

In reply to akshaymote:

All variables initialize to a default value according to their data type. It does not matter if they are static or non-static.