Consider the function below which uses fold
, and an anonymous helper function.
What is the output, when x = [1; 2; 3; 4; 5; 6]
?
1 |
|
Use fold
or reduce
to find the greatest common divisor of all the positive integers in the following file.
Consider the following snippet written in OCaml:
1 2 3 |
|
What is the output when the following list is input: