void f() { char *c = \"Hello World!\" }
Where is the string stored? What\'s the property of it? I just know it is a constant, what else? Can I
§2.14.15 String Literals, Section 7
A narrow string literal has type “array of n const char”, where n is the size of the string as defined below, and has static storage duration.