

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. |
Answer» `{(1, b), (1,c), (3, a), (4, b)}` |
|