Concept:A set with n elements has exactly 2n subsets.Explanation:Given M={a,b,c}, the number of elements is n=3.So the number of subsets is 23=2×2×2=8.These include the empty set and the set itself along with all other possible combinations.Answer:D. 8