can any of the generous programmers write a prog in C++which basically accepts two strings and combine them into one using <string.h> and strcat( like : string one is "Good", string two is "Morning", then output should be "GoodMorning" please