Computer Science, asked by ranjhroy89, 8 months ago

Let, a[1]= (28, 32, 45, 68, 12); What error message will appear when a[5] is accessed?
(a) Insufficient cells
(b) Array elements out of bounce
(c) Elements exceeding cells
(d) None
Arrays
331​

Answers

Answered by aayushsharma775
1

Answer:

b

Explanation:

as the index a[5] is not present in the array.

hope it helped

Similar questions