IMO D. Here is my explanation.
Go by the answer choice replacing the following.
for each f(x), check for f(1-x) by replacing x with 1-x on the RHS and still should lead the RHS of the answer choice.
For choice a, f(x) = 1 - x, f(1-x) = 1 - (1-x) = X ==> f(x) <> f(1-x)
For choice b, f(x) = 1 - x^2, f(1-x) = 1 - (1-x)^2 = 2x-x^2 ==> f(x) <> f(1-x)
For choice c, f(x) = x^2 - (1 - x)^2 = 2x - 1, f(1-x) = (1-x) ^ 2 - (1 - (1-x)) ^ 2 = 1 - 2x ==> f(x) <> f(1-x)
For choice d, f(x) = x^2 * (1-x)^2, f(1-x) = (1-x)^2 - (1-(1-x))^2 = (1-x)^2 * x^2 ==> f(x) = f(1-x).
...didn't try to solve choice e.
Hope you understand it