

InterviewSolution
Saved Bookmarks
1. |
If A = {a, b, c, d}. How many subsets does the set A have? A) 5 B) 6 C) 16 D) 65 |
Answer» Correct option is C) 16 Given A = {a, b, c, d} n(A) = 4 Number of subsets for a set, which is having ‘n’ elements is 2n. So n(A) = 4 Number of subsets for A is 24 = 16. |
|