#include #include int main () { char str[16] = "houtworm meister"; memset(str+4, 'x' ,4); puts (str); return 0; }