A

Admin • 833K Points
Coach

Q. What is recursion in C?

  • (A) A function calling itself
  • (B) A loop
  • (C) A goto statement
  • (D) A macro
  • Correct Answer - Option(A)
  • Views: 20
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

Recursion occurs when a function calls itself directly or indirectly.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.