A

Admin • 833K Points
Coach

Q. How can you define a recursive function in C?

  • (A) By defining a function that calls itself
  • (B) By using a goto loop
  • (C) By using a macro
  • (D) Recursion is not allowed in C
  • Correct Answer - Option(A)
  • Views: 31
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

Recursive functions call themselves with modified arguments.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.