Examveda

The recursive functions are executed in a ...........

A. Parallel order

B. First In First Out order

C. Last In First Out order

D. Iterative order

E. Random order

Answer: Option C

Solution (By Examveda Team)

Because for each function call an entry is created in stack frame( known as Active Record Instance), and are executed in LIFO manner.

This Question Belongs to C Program >> Function

Join The Discussion

Comments (2)

  1. Ashish Kumar
    Ashish Kumar:
    6 years ago

    If we use %d in place of %p then what is output

  2. MEET PARIKH
    MEET PARIKH:
    10 years ago

    what is structure of a function in c

Related Questions on Function