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