Characters and Strings

8. Characters and Strings

8.1Why doesn't"strcat(string, '!');" work?

8.2Why won't the test if(string == "value") correctly compare string against the value?

8.3Why can't I assign strings to character arrays?

8.6How can I get thenumeric(character set)valuecorresponding to acharacter?

8.9Why is sizeof('a') not 1?


top