

InterviewSolution
Saved Bookmarks
1. |
Let `A = {a,b},B={a,b,c}`. Is `A sub B` ? What is `A cup B` ? |
Answer» `A = {a,b} and B = {a,b,c}` Here all elements of set A are in set B Therefore, `A sub B` `A cup B = {a,b,c}`. |
|