Question: void myFunction( int counter) 1 if (counter -- 0) return; // if base case condition is true, then stops, and returns.. else { // if

void myFunction( int counter) 1 if (counter -- 0) return; // if base case condition is true, then stops, and returns.. else { // if base case condition is greater than zero, call itself again cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
