int arr[5];
type arr[size] = {elements}
int arr[5] = {4, 12, 7, 15, 9};
type arr[size] arr[index] = 12