Which of the following gives the memory address of the first element in array

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];

* Đáp án

B

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