Q. Choose a correct statement about C language arrays. (A) An array size can not changed once it is created. (B) Array element value can be changed any number of times (C) To access Nth element of an array students, use students[n-1] as the starting index is 0. (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above