Given a binary tree, what is the value of the expression associated with each subtree?
a) The sum of all nodes in the subtree
b) The product of all nodes in the subtree
c) The average of all nodes in the subtree
d) The maximum value among all nodes in the subtree