I'm working on a assignment in Data structs with C and I was wondering what this code line meant? I'm creating a binary tree if that helps..
typedef struct {
char word[MaxWordSize+1]; <---- this one.
NodeData;
and if anyone has any suggestions for a site that helps explain code lines.. if there is anything like that, please let me know.
Thank you in advance!
I think it means the characters in the string has an additional char? I'm a noob in coding.. forgive me.