int puts(const char *s); char Lstr char[] = "hello, world!"; int main() { Lstr[3] = 'x'; puts(Lstr); }