Question: Initials.c:11:10: error: expected ')' if(s[i-1] == ' ') ^ Initials.c:10:9: note: to match this '(' for(int i = 1, len = strlen(s); i < len;
Initials.c:11:10: error: expected ')' if(s[i-1] == ' ') ^ Initials.c:10:9: note: to match this '(' for(int i = 1, len = strlen(s); i < len; i++
^ ^
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
