Computer Science, asked by leenaratha, 8 months ago

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 Sumit1010
0

Answer:

i) 55

ii) start index : 0

end index : 6

Similar questions