string — handle stream of characters
The string class.c
Implemented in the C language.
The string class describes arbitrary length text strings. A string is represented as a sequence of characters enclosed in single or double quotes (e.g. "this is a string"). The string that contains no characters is called the null string, and is represented by "" or ''.
Biferno strings length is only limited by available memory. Strings can contain also the null character