fnm1 value " 1 " is copied to Which variable ? is it in fnm or what … Help me over this and please help me to explain simply
Can't Understand after the second last return call
@manishteotia10,
This is the recursion tree that is being made.
Now, we return values only for F(0) and F(1), else we do not return. For F(1) we return 1 and for F(0) we return 0.
Please feel free to reply me on this thread regarding any further doubts