Which of the following is a two-dimensional array?

Câu hỏi: Which of the following is a two-dimensional array?

A. array arr[20][20];

B. int arr[20][20];

C. int arr[20, 20];

D. char arr[20];