

InterviewSolution
Saved Bookmarks
1. |
Write all the possible subsets of A = {5, 6} |
Answer» The all the possible subsets of A are: ϕ, {5}, {6}, {5,6} |
|