Question: Now, write your own mystrlen function so the following program works. First, think through hoWstrlen) could work. Remember that a C string is terminated with

Now, write your own mystrlen function so the following program works. First, think through hoWstrlen) could work. Remember that a C string is terminated with the special character 10 (ASCII NUL, that's a backslash followed by a zero] which is not included in the length. Your function should have the same type signature as strlen C++11 Code 1 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
