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.
0 Comments
January 7, 2024
A string can be either variable or constant. A variable string can be modified in the program whereas a constant string cannot be changed.