单项选择题

二叉树的中序和先序遍历分别是d b e a f c g和a b d e c f g。那么它的后序遍历是()

A.e d b g f c a
B.e d b f g c a
C.d e b f g c a 
D.d e f g b c a