Question: b) void funB (int n) if in > 0) { fun (n-1); System.out.print (n + fun (n-1); What will be printed when funB(3) is
b) void funB (int n) if in > 0) { fun (n-1); System.out.print (n + " fun (n-1); What will be printed when funB(3) is called
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
