Computer Science, asked by shigilshalu, 3 months ago

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 tejas9193
0

Answer:

\huge{ \fcolorbox{red}{springgreen} {\huge{\fcolorbox{red}{red} {\huge{\fcolorbox{red}{blue}{\huge{\fcolorbox{red}{aqua}{\huge{\fcolorbox{red}{orange}{\large{\fcolorbox{blue}{red}{{\fcolorbox{orange}{aqua}{Answer}}}}}}}}}}}}}}

Refer The Attachment

━━━━━━━━━━━━━━━✨

Hope it's help

Similar questions