So,

this is a new for me. Local array variable is declared like static?

Code
	static int foo[5]={0};
and
	int foo[5]={0};


is the same?