When you Declare and assign values on the same line.
int a = 0;
WOW WOW!!!!
Default Initialization
Initialization is done at compile time. For Extern Variables and Static Variables, they are initialized to zero Automatic Variables and Register Variables have undefined(garbage values)