Which of the following gives the memory address of...
Câu hỏi: Which of the following gives the memory address of the first element in array arr, an array with 100 elements?
A. arr[0];
B. arr;
C. &arr;
D. arr[1];
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