What's the rationale for null terminated strings?(stackoverflow.com)
stackoverflow.com
What's the rationale for null terminated strings?
http://stackoverflow.com/questions/4418708/whats-the-rationale-for-null-terminated-strings
1 comments
The question should be: "Why doesn't C have a string data type?" C only considers a pointer to a char, it's the programmers' fault they treat this structure like a string.