Computer Science, asked by sbfaraaz6201, 11 months ago

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

Answers

Answered by Anonymous
1
_____✨ HEY MATE ✨_____

➡️ Option (C) Last In First Out order is the right answer ✔️

<marquee>✌️ I THINK IT HELPED YOU ✌️
Answered by anusha195sl
0

Answer:

The correct answer is Last In First Out order.

Explanation:

The Recursive function is used for the function that is referred as execution of itself. It used for solving any task that is present.

The Function of recursion has arguments that will make a task so easy and function will not make calls further.

A function that is created due to the stack frame which is known as Active Record Instance. Then, the function call of any each entry will be created.

Hence, it can be concluded that it will be executed in the form of LIFO that is Last In First Out Order.

#SPJ3

Similar questions