Explanation : Spanning trees in complete graph is equal to n(n-2)(where n is no of sides or regularity in complete graph). So, spanning trees in complete graph K4 will be 4(4 - 2). i.e. 42 = 16. Spanning trees in a bipartite graph Km,n is equal to m(n-1) * n(m-1). So, spanning trees in K2,2 will be 2(2-1) * 2(2-1). i.e. 21 * 21.= 4. So, option (C) is correct.