char *s = "hello world". s[0] = \'H\';
Above is undefined behaviour in C/C++.
But it it seems pretty defined to me. You try to cha