The element indices of an array can be computed at

Options
- cannot be computed
- compile time
- run time
- both b and c


CORRECT ANSWER : run time

Discussion Board
Data Structure - Array Type

The element indices of an array can be computed at run time. Array type is a data type, used to describe a collection of elements. Each is selected by one or more indices, that can be computed at run time by the program. Such a collection is usually called an array variable, array value, or simply array.

Prajakta Pandit 02-1-2017 12:46 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement