Question: Objectives: More recursive examples Question: Write a ctt recursive functions that performs the following: 1) A method to compute the length of the input string.

Objectives: More recursive examples Question: Write a ctt recursive functions that performs the following: 1) A method to compute the length of the input string. Prototype: int myStrLen(char* inputString) 2) A method to copy one string to another string Prototype: void myCopyStr(char s1], char s2[], int index) Please use the provided main function(Lab19-Provided.txt) to test your recursive functions Sample output: cluserslhi2suldocumentslvisual studio 2015\ProjectslProject14 DebuglProject14.exe The string to be copied is: Recursive copy The copied string str2 is: Recursive copy The input string is: Recursive String Length The length of the string 23
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
