SyntaxFix
Write A Post
Hire A Developer
Questions
In C, a string simply is an array of characters, ending with a null byte. So a char* is often pronounced "string", when you're reading C code.
char*