Does a char* end with '\0'?

Title please.
char * is a pointer to char. It can point to any character.

You are probably asking about a particular usage, a c-string.
http://www.cplusplus.com/doc/tutorial/ntcs/
Last edited on
Topic archived. No new replies allowed.