Question: could you explain how this program output 11 thanks in advance #include int f(int n) if (n-=1) return 0; if (n= 2) return 1; return
could you explain how this program output 11
thanks in advance
#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
