UGC NET CS 2009 Dec-Paper-2
October 10, 2023UGC NET CS 2009 Dec-Paper-2
October 10, 2023UGC NET CS 2009 Dec-Paper-2
|
Question 11
|
Recursive functions are executed in a
|
First in first out-order
|
|
|
Last in first out-order
|
|
|
Parallel fashion
|
|
|
Load balancing
|
Question 11 Explanation:
Recursive functions are executed in a last in first out-order. It is using stack data structure to evaluate recursive functions.
Correct Answer: B
Question 11 Explanation:
Recursive functions are executed in a last in first out-order. It is using stack data structure to evaluate recursive functions.
