#include //#include // cstdio library and stdio.h header file #include using namespace std; //compare_string_C_Cplus1.cpp int main() { char chstr1[12] = "Hello World"; unsigned int n1; char ch1[13]; // defined the length of an array n1= strlen(chstr1); cout<<"\n string length " <