Question: Code in C. Why is the answer E? 9. What is printed out by the following code fragment? int arr [ ] = {1, 2,

Code in C. Why is the answer E?
9. What is printed out by the following code fragment? int arr [ ] = {1, 2, 3, 4, 5); printf ( "%d ", arr [arr [arr [arr [1] ] ] ] ) ; A. It will give compile-time error B. 1 C. 3 D. 5 E. out of range error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
