tyrese6164 tyrese6164 23-12-2022 Engineering contestada Which of the following correctly declares name to be a character array and stores "William" in it? A) char name[6] = "William"; B) char name[7] = "William"; C) char name[8] = "William"; D) char name[8] = 'William';