|
C Programming Reference >> C Programming Reference Question Bank >> 19/07/07 - 398 Views - No Ratings Yet Level - Advance Question -
Output of the following code will be?
Answer - 0120 Explanation - This is the most difficult breed of output questions, recursion outputs. To find an ouput in recursion questions of c you need to trace every step in detail as following figure does in this question.
This figure adequately explain the reason of output of c source code in this question. Reader Comments -
|
|||