Discussion Forum : Arrays
Question - Which of the following accesses the seventh element stored in array?
Options:
A .  array[6];
B .  array[7];
C .  array(7);
D .  array;
Answer: Option A


The array location starts from zero, So it can accessed by array[6].



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *