How to initialize an array, out of the length definition line?
int a[5]; //this line fixed, only state the array name and size a = {1,2,3,4,5}; //error: Arra