A ) It is false since for 3NF in a FD say X->A(either X needs to be SK or A a prime attribute) while for BCNF all we need is for X to be a SK.
So for a case were X is not a SK and A is a prime attribute this statement is incorrect.
B ) Definition of 3NF : A relation R is in 3NF if every Non-Prime Attribute is not transitively dependent on ever CK of R
Hence this is false too.
C) From tthe definiton of BCNF, Every 3NF is also in BCNF
Hence this statement is Correct
D) Contradictory to the definiton of BCNF
Option C is True, Rest False.