13A C-style string, not to be confused with variables declared as string, is an array of “null terminated” characters. This means that the sequence of characters ends with the character 0’. Functions that treat such objects, detect the end of the string using this convention.