Question
Each of the following programs or program segments has errors. Find as many as you can.char string1[] = "Billy";char string2[] = " Bob Jones";strcat(string1, string2);
Step 1
The code is attempting to concatenate two strings, `string1` and `string2`, using the `strcat` function. Show more…
Show all steps
Your feedback will help us improve your experience
Watch the video solution with this free unlock.
EMAIL
PASSWORD