

InterviewSolution
Saved Bookmarks
1. |
State True or False for the following statement:The sets {1, 2, 3, 4} and {3, 4, 5, 6} are equal. |
Answer» False {1, 2, 3, 4} and {3, 4, 5, 6} Since, every element of both the sets are not same They are not equal So, the given statement is false |
|