#include #include #include #include using namespace std; int main() { cout << "Hello World From About\n"; string xxx="lkajsdf"; xxx+="laksjdfjasfd"; printf("%s \n", xxx.c_str()); }