Recursive Function Evaluation - DTCC OA Question | OAHelper
Company: DTCC
Difficulty: easy
Problem Statement
Recursive Function Evaluation What is the return value when the shown recursive function is called with a = 3 and b = 5? Integer division is used. 125 27 243 210