Question: Consider the following scheme code. (define (fun x ) (if ( >x 0) (fun (x1))0 )) Is this function tail recursive? No Yes
Consider the following scheme code. (define (fun x ) (if ( >x 0) (fun (x1))0 )) Is this function tail recursive? No Yes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
