8.1
Why doesn't
"strcat(string, '!');
"
work?
8.2 Why won't the test if(string == "value") correctly compare string against the value?
8.3 Why can't I assign strings to character arrays?
8.6 How can I get the numeric (character set) value corresponding to a character?