Question: 9. (10 points) What does the code shown below do? char * 99(char *s) char *p, *q, tmp; if (s == NULL) return s; int

9. (10 points) What does the code shown below do? char * 99(char *s) char *p, *q, tmp; if (s == NULL) return s; int n = strlen(s); q = (n > 0) ? S + n - 1 : S; for(p = s; p
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
