Which of the following correctly accesses the seve...
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;
Câu hỏi trên thuộc đề trắc nghiệm
Câu hỏi trắc nghiệm lập trình C/C++ có đáp án - Phần 1