Page 1 of 1

Which of the following accesses the seventh element stored in array?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) array[6];
b) array[7];
c) array(7);
d) array;