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