InterviewSolution
Saved Bookmarks
| 1. |
If a function is not a recursive one, then ……. is used(a) abc(b) gcd(c) let(d) let rec |
|
Answer» If a function is not a recursive one, then let is used |
|