AMU 2025 — Computer PYQAMU | Computer | 2025Consider the array definition int num [10] (3,3,3);Pick the correct answer:Choose the correct answer:A. num [9] is the last element of the array num (Correct Answer)B. The value of num [8] is 3C. The value of num [3] is 3D. None of theseCorrect Answer: num [9] is the last element of the array numAnum [9] is the last element of the array numBThe value of num [8] is 3CThe value of num [3] is 3DNone of theseShow Answer SExplanationNo text explanation available.