You are given functions f and g such that f(n)=O(g(n)). Is f(n)∗log2(f(n)c) = O(g(n)∗log2(g(n))) ? (Here c is some constant >0. You can assume that f and g are always bigger than 1.. . a) true. b)false. c)depends on c. d) depends on f and g