Computer Science, asked by mmtrivedi505, 1 month ago

write a recursive function to find the maximum and minimum value from an array passed as argument to the recursive function. computer the GCD from these numbers. do not use loop.

Answers

Answered by araj0197016
0

write a recursive function to find the maximum and minimum value from an array passed as argument to the recursive function. computer the GCD from these numbers. do not use loop.

Similar questions