Saved Bookmarks
| 1. |
11. Consider the following recursive C function. Find the number of times that print statement will be executed in thefollowing program for the given input "mysql"Hinclude void abc(char *s) {if(s[0] = "90")abcís+]);abc{s+ 1);printf("%c" s[0]);}int main() {abc("mysql");return 0:} |
|
Answer» REFER The Attachment ━━━━━━━━━━━━━━━✨ Hope it's HELP |
|