Question: Implement the following function string CombineWords(string *s1, string *s2); Then in main(), call the above function int main(){ string a, b, c; cin>> a >>
Implement the following function
string CombineWords(string *s1, string *s2);
Then in main(), call the above function
int main(){
string a, b, c;
cin>> a >> b;
//call function CombineWords()
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
