Hello I'm wondering if this pointer is bad. I saw this example in a book.

The structure allocates the memory for the pointer?

Ty



struct KeyWord {
char *word; // This is bad????