- A A function that calls another function
- B A function that returns a pointer to another function
- C A function that calls itself
- D A function that takes no arguments
- Share this MCQ
Answer:
D
Share this MCQ
Answer: C) A function that calls itself. A recursive function is a function that calls itself either directly or indirectly. It is useful for solving problems that can be broken down into smaller sub-problems that are identical or similar in nature to the original problem.
Click me to Read more Question & Answer of Function in C LanguageShare this MCQ