I'm trying to practice Binnary trees. I created a struct for node, allocated it for the root and also allocated space for the left son. I built a function that returnes the size of the tree but it seems there is an error while trying to initialize the left son's variables.I'm trying to practice Binnary trees. I created