type identifier [const int expression]
const size_t MAX_SIZE = 100; const size_t MAX_CLASS_SIZE = 40; int data[20]; float temps[MAX_SIZE]; StudentT students[MAX_CLASS_SIZE];
int ary1[5] = {3, 5, 7, 9, 11};