Q20
How do you access the last element of an array arr with n elements in C?
A.
arr[n]
B.
arr[n-1]
AnswerC.
arr[n+1]
D.
arr[last]
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board