Recent content by arifkingkhan

  1. A

    How Does Recursion Work in C for Calculating Factorials?

    Actually recursively calling to function end [FONT="Arial Black"]when n=4.Because then [SIZE="5"]if condition is false & below statement connected with if doesn't execute.But a function terminate when it get a return value & if void function then it terminate when end of statement is reached so...