Question: In C programming, Write a function int mystrlen(char *s) that returns the number of characters in string s. e.g., char s[]=program, strlen(s) is 7. You

In C programming, Write a function int mystrlen(char *s) that returns the number of characters in string s.

e.g., char s[]=program, strlen(s) is 7.

You cannot call strlen() function in your program. You also need to write the main() function to call mystrlen() function.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!