InterviewSolution
Saved Bookmarks
| 1. |
If A={1,2,3} and B={2,3,4} then which of the function from A to B? |
|
Answer» {(1,2),(2,3),(3,4),(2,2)} |
|