InterviewSolution
Saved Bookmarks
| 1. |
If A ∩ B = B, then?(a) A ⊂ B(b) A = ø(c) B ⊂ A(d) B = øThe question was posed to me in examination.I would like to ask this question from Relations in section Compiler Introduction of Compiler |
|
Answer» CORRECT choice is (C) B ⊂ A The EXPLANATION: Since A ∩ B = B, hence B ⊂ A. |
|