Question: C++ plz Question 13 (15 Points) Write a function that takes two strings and concatenates the second string reversely onto the first string parameter. It
C++ plz
Question 13 (15 Points) Write a function that takes two strings and concatenates the second string reversely onto the first string parameter. It returns nothing but changes the first string permanently. Suppose that string A="xyz" string B="abcd" After calling the function concatenate(A,B), string A contains "xyzdcba", string B contains "abcd" Enter
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
