Computer Science, asked by Manishverma6900, 1 year ago

Does all function except main() can be called recursively

Answers

Answered by ananyanaskar28
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