MCQOPTIONS
Saved Bookmarks
| 1. |
How will you define Union of two sets A and B? |
| A. | {x: x A or x B} |
| B. | {x: x A or x B (or both)} |
| C. | {x: x A and B} |
| D. | {x: x A B} |
| Answer» C. {x: x A and B} | |