char *s1 = { "hullo" } ;
char *s2 = "hullo";
char *s3 = { 'h', 'u', 'l', 'l', 'o' };
char *s4 = { "hullo", "g'bye" } ;


syntax highlighted by Code2HTML, v. 0.9.1