Different ways to create a string
Variables that store Strings
C has no specific provision within its syntax for variables that store strings, and because there are no string variable types, there are no special operators in the language for processing strings. This is not a problem ...
kaustubhk.hashnode.dev3 min read