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