History of the Strings
Jan 23, 2023 · 1 min read · Earlier in C language the string data type support was not there. For storing the strings we need to use the "char" datatype array which usually ends with a special character '\0'. Therefore, the size of a character array is always one more than that...
Join discussion