Just tried another way. It works beyond 4 elements if I use single quotes:Code 1:char chartest2[12]={'H','E','L','L','O',' ','W','O','R','L','D'};[snip]Result 1:HELLO WORLDThis problem is confusing me even more!