I have a function that returns a char*. But how do I print the whole string
that the char* points to? I don't know at forehand how long the string is.
that the char* points to? I don't know at forehand how long the string is.
Comment