Choose a correct statement about C language arrays.
a. Array element value can be changed any number of times
b. All the above
c. An array size cannot be changed once it is created.
d. To access Nth element of an array students, use students[n-1] as the starting index is 0.