Which of the following correctly accesses the seventh element stored in foo, an array with 100 elements?46/50Which of the following correctly accesses the seventh element stored in foo, an array with 100 elements?foo[6];foo[7];foo(7);foo;Giải thíchChọn A