What will the following program segment display?
char string1[16] = "Have a ";
char string2[9] = "nice day";
strcat(string1, string2);
cout ≪ string1 ≪ endl;
cout ≪ string2 ≪ endl;
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.