InterviewSolution
Saved Bookmarks
| 1. |
What are the two ways of representing the pair data type? |
|
Answer» Two ways of representing the pair data type. The first way is using List construct and the second way to implement pairs is with the tuple construct. |
|