Telegram Group 🔥🔥🔥 Get answers in minutes
Questions answered : 48 /50
+ 4981 more
Answer verified

Consider the following recursive implementation used to find the length of a string:#includeint recursive_get_len(char *s, int len){      if(s[len] == 0)        return 0;      return ________;}int main(){      char *s = "abcdef";      int len = recursive_get_len(s,0);      printf("%d",len);      return 0;}Which of the following lines should be inserted to complete the above code

🗓 Dec 26, 2021

View Answer

Comments and Discussions

You don't need to login to post your comment

Comments:
30
Views:
60k
Likes:
120k
votes
Andrea 🌐 India
I'm in exam, can any one give the solution for this question
Was this answer helpful?
votes
Courtney 🌐 India
Hello, please post an solution as well
Was this answer helpful?

Was your question answered?

Want to get famous? 📸

Answer question and get 🤩 high-lighted on our homepage.

© 2017-2022 Foxoyo™
All rights reserved.

Facebook Connect with us