Given an array ar[]={11,22,33,44,55,66,77}, Answer the following questions:
i. What is the 4th element of an array?
ii. What is the start index and end index of array ar[].
Answers
Answered by
0
Answer:
the element of the array is 55
start index is 0 which contains the element 11 and end index is 6 which contains the element 77
hopefully it helps you
Answered by
1
I. 55
II. Start Index - 0
End Index - 6
Similar questions