lizr2781 lizr2781 01-05-2024 Computers and Technology Answered Which of the following options declares a char array with 3 rows and 5 columns? Select all that apply. A) char arr[3][5]; B) char arr[5][3]; C) char arr[3][5] = { }; D) char arr[3][5] = { { }, { }, { } };