Question: write it in c++ 3. Write a recursive function to find multiplication of all elements in an array, where the array and its size are
3. Write a recursive function to find multiplication of all elements in an array, where the array and its size are passed as parameters of function. int multiplyArrayElement(int arr[], int size)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
