πŸ“Š C Programming
Q. What do you call this C Function calling itself.?
Code:
int funny2()
{
    funny2(num);
}
  • (A) Indefinite Function
  • (B) Definite Function
  • (C) Cursive Function
  • (D) Recursive Function
πŸ’¬ Discuss
βœ… Correct Answer: (D) Recursive Function

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
258
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
88%
Success Rate