Does all function except main() can be called recursively
Answers
Answered by
0
Answer:
True, The default return type for a function is int. In C all functions except main() can be called recursively. ... Any function including main() can be called recursively.
Similar questions