#include #include using namespace std; //compare_string_append_strncat1.cpp int main() { string str1, str2, str3=" A string", str4; char ch1[10]="Hello"; char ch2[10]="World"; cout<<"\n strncat(ch1,ch2, 20) "<