How do you define local variables?
Is this;


int a;


??? If yes, then it's not local variable but primitive type or compile time type variable. And it's auto initialized by it's default...