Home » C Programming » Functions

In C all functions except main() can be called recursively.

Correct Answer: False

Explanation:

Any function including main() can be called recursively.

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion