You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//here first a will be passed then 1 will be subtracted from it, so everytime 5 will be passed hence it will go in infinte loop because we will never reach base condn
concept(--a);
// cout<<a<<endl;
//here first 1 will be subtracted from a and then a is passed