Please nyone can help me?
struct TREE { int operation; struct TREE *left; struct TREE *right; char *value; }