#include #include int main() { using namespace std; char p[15] = "Hallo"; cout << strcat(p, " Welt") << '\n'; }