In COBOL, _____ recursion refers to a situation where a subprogram calls itself directly or indirectly.

  • Direct
  • Indirect
  • Nested
  • Recursive
Recursive recursion in COBOL occurs when a subprogram calls itself, either directly or indirectly. This technique is often used for tasks that can be broken down into smaller, similar tasks, allowing for a more modular and elegant programming approach.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *