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

void myFunction ( int counter) 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
