Which of the following correctly accesses the seventh element stored in foo, an

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

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

Câu hỏi trắc nghiệm lập trình C/C++ có đáp án - Phần 1

Số câu hỏi: 49

Copyright © 2021 HOCTAP247