Discussion :: Functions
-
In C all functions except main() can be called recursively.
Answer : Option B
Explanation :
Any function including main() can be called recursively.
Be The First To Comment