C-Style Strings in C++ — a practical guide to C++ C-style strings with clear examples you can reuse in real projects.
C++ Tutorial Series (43/111). Prefer one article? Read the complete C++ tutorial.
Short description
Easy to overflow — prefer std::string unless required.
C-string
char name[32] = "Asha";