----------- is defined as an ordered sequence of finite data items of the same data type. data with the help of a computer program.
array
structure
union
Answers
Answered by
1
Answer:
array
Explanation:
because when u declare an array the elements entered by the user are finite and of same data type.
suppose: int ar[] = new int[10]
means you are declaring an array of ten memory blocks .
you have to input data into these memory blocks
Similar questions