InterviewSolution
Saved Bookmarks
| 1. |
Find the correct statement from the following function definitions. let rec p on a b : =(a) data type of the parameters are given(b) data type of the parameters are not mentioned |
|
Answer» (b) data type of the parameters are not mentioned |
|