Strings in C
A string can be either variable or constant. A variable string can be modified in the program whereas a constant string cannot be changed.
A string can be either variable or constant. A variable string can be modified in the program whereas a constant string cannot be changed.