If you program in C, strings are just in your imagination. What you really have is a character pointer, and we all agree that a string is every character from that point up until one of the characters ...
The abilty to manipulate alphanumeric data (names, addresses, text, etc.). Typical functions include the ability to handle arrays of strings, to left and right align and center strings and to search ...