We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!