InterviewSolution
Saved Bookmarks
| 1. |
Let `A={1,2, 3, 4} and B={a, b, c}`. Which of the following is a relation from A to B.A. `{(1, b), (1,c), (3, a), (4, b)}`B. `{(1, a), (b, 4), (c, 3)}`C. `{(1, a), (a, 1), (2, b), (b, 2)}`D. `{(a, 4), (b, 3), (c, 2)}` |
|
Answer» Correct Answer - A |
|