Strings in C
As you may know, C doesn't have a data type for declaring strings. This may seem odd to you if you know some other programming languages, that all have strings. C has a built-in '%s' operator which can be used to print strings, but how can you store ...
Dec 2, 20223 min read60

