1.

The data structure used to implement recursive function calls _____________(a) Array(b) Linked list(c) Binary tree(d) StackI got this question during an online exam.Question is taken from Recursion topic in section Miscellaneous Topics in C of C

Answer»

Correct choice is (d) Stack

The explanation is: The compiler USES the DATA TYPE stack for implementing NORMAL as well as recursive function CALLS.



Discussion

No Comment Found

Related InterviewSolutions