80.7k views
4 votes
Array elements are differentiated because each has a unique: O A) Range O B) Data Type o c) Index O D) Value

1 Answer

3 votes

Answer

The correct answer is option(C) which is "Index".

Step-by-step explanation:

Array elements can be differentiated because each element in the array have different index value.In the array all elements are of same data type, so we can not differentiated them on the basis of data type. Also an array can have same value many times, That is why we can not differentiated them on this basis. In the array elements are from any range, so its not possible to distinguish them on range. We can only distinguish elements of an array on their index value because each element have different index in the array.

User Coney
by
7.0k points