Home »
PL/SQL MCQs
It is called ____ when the subprogram calls itself and ____ is the process
72. It is called ____ when the subprogram calls itself and ____ is the process.
- Recursion, Recursive Call
- Recursive Call, Recursion
- Recursive Name, Recursive Call
- Recursive Call, Recursive Name
Answer: B) Recursive Call, Recursion
Explanation:
It is called recursive call when the subprogram calls itself and recursion is the process.