Q5
How do you access the first element of an array arr in C?
A.
arr[1]
B.
arr[0]
AnswerC.
arr[2]
D.
arr[10]
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board