Question: 14. The following segment of code is generating a segmentation fault when it executes a. b. c. Where is the segmentation fault occurring? Why is

14. The following segment of code is generating a segmentation fault when it executes a. b. c. Where is the segmentation fault occurring? Why is the segmentation fault occurring? How would you fix the problem? char combineStrings (char *stringl, char *string2) char returnString; strepy (returnSring, stringl) strcat (returnString, string2) return returnString
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
