Strings in C

  • Post author:
  • Post last modified:August 11, 2024
  • Reading time:9 mins read

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

Continue ReadingStrings in C