Strings in C — a practical guide to C strings with clear examples you can reuse in real projects.
C Programming Tutorial Series (48/102). Prefer one article? Read the complete C programming tutorial.
Short description
Always reserve space for the “ terminator.
String
char name[32] = "Asha";