Question: Assume string1 is a character array. Which of the following operations does not produce a string? string1[] = ; string1[] = test; string1[] =

Assume string1 is a character array. Which of the following operations does not produce a string? string1[] = ""; string1[] = "test"; string1[] = {'t', 'e', 's', 't', '\0'}; O string1[] = {'t', 'e', 's', 't'};
Step by Step Solution
3.58 Rating (151 Votes )
There are 3 Steps involved in it
This is because this operation does not produce a string It only a... View full answer
Get step-by-step solutions from verified subject matter experts
