Which of the following correctly accesses the seventh element stored in foo, an array with 100 elements?

Câu hỏi :

Which of the following correctly accesses the seventh element stored in foo, an array with 100 elements?

A. foo[6];

B. foo[7];

C. foo(7);

D. foo;

* Đáp án

A

* Hướng dẫn giải

Chọn A

Câu hỏi trên thuộc đề trắc nghiệm dưới đây !

400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án !!

Số câu hỏi: 400

Copyright © 2021 HOCTAP247