Question: Write a C++ function that takes 3 strings as parameters. Then, the function counts their length and add them. Later, the function concatenates the two

Write a C++ function that takes 3 strings as parameters. Then, the function counts their length and add them. Later, the function concatenates the two strings into the third string. The return value of the function is the addition of their length. Consider the following prototype: int stringfunc (char s1[], char s2[ ], char s3[])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
