Question: [Program in C] Write a function called my_strlen() that counts the number of characters in a string, not including the null character. The function my_strlen()
[Program in C]
Write a function called my_strlen() that counts the number of characters in a string, not including the null character. The function my_strlen() accepts the string as an argument and returns the length of that string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
