• last year
Strings, in C, are sequences of characters terminated by the null character. A string can either be variable or constant. A variable string can be modified in the program whereas a constant string, or string literal, cannot be changed. https://www.softprayog.in/programming/strings-in-c