Home / Programming MCQs / C Programming MCQs / Question

T

Team MCQ Buddy • 9.67K Points
Tutor III

Q. A recursive function in C ___

(A) Call itself again and again
(B) Loop over a parameter
(C) Return multiple values
(D) None of these
Explanation by: Team MCQ Buddy
Recursive function in C is a function which calls itself again and again.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.