Given the declaration:
char string15[16];
Mark the following statements as valid or invalid. If a statement is invalid, explain why.
a. strcpy(string15, "Hello there");
b. strlen(string15);
c. string15 = "Jacksonville";
d. cin >> string15;
e. cout << string15;
f. if (string15 >= "Nice day")
cout << string15;
g. string15[6] = 't';
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.