Question: QUESTION 4 Consider the following function: void quiz(int i) if (i s 1) quizi /2): quizi/ 2) print() What kind of recursive function is this?

QUESTION 4 Consider the following function: void quiz(int i) if (i s 1) quizi /2): quizi/ 2) print(") What kind of recursive function is this? A. tail recursion B. both tail and non-tail recursion o: non-tail recursion D. no correct answer was given
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
