shantejahtierr7656 shantejahtierr7656 09-01-2023 Computers and Technology contestada Assume string1 is a character array. Which of the following operations does not produce a string? a. string1[] = ""; b. string1[] = "test": c. string1[] = {'t', 'e', 's', 't, '\0'; d. string1[] = {'t', 'e', 's', 't');