(c)
∙ Option (a) has partial dependency i.e., D → E hence not in 2 NF
∙ Option (b) has partial dependency i.e., B → D and B → C hence not in 2 NF
∙ Option (c) is in 3NF but not in BCNF because functional dependancy D → A is not a super key.
∙ Option (d) is not in 3NF because of transitive dependency A → B and B → C. But relation is in BCNF every functional dependency has a super key.