

InterviewSolution
Saved Bookmarks
1. |
Which of the following represent the number of subset of non-empty set ?A. 400B. 440C. 512D. 584 |
Answer» Correct Answer - C The number of subsets of a set which consists of n elements `= 2^(n)`. Only choice (3) i.e., 512 is in the form of `2^(n)` i.e., `2^(9)`. |
|