11. Consider the following recursive C function. Find the number of times that print statement will be executed in the
following program for the given input "mysql"
Hinclude <stdio.h>
void abc(char *s) {
if(s[0] = "90")
abcís+]);
abc{s+ 1);
printf("%c" s[0]);
}
int main() {
abc("mysql");
return 0:
}
Answers
Answered by
0
Answer:
Refer The Attachment
━━━━━━━━━━━━━━━✨
Hope it's help
Similar questions
Math,
1 month ago
English,
1 month ago
Social Sciences,
3 months ago
Business Studies,
10 months ago
Biology,
10 months ago