Why do I get a segmentation fault when writing to a "char *s" initialized with a string literal, but not "char s[]"? Why do I get a segmentation fault when writing to a "char *s" initialized with a string literal, but not "char s[]"? c c