Strings
String is a special data type that consists an array of characters, but the last character has to be a special one called a null character that indicates where the string ends.

String is a special data type that consists an array of characters, but the last character has to be a special one called a null character that indicates where the string ends.

Discussion ¬