In C all functions except main() can be called recursively.
Answer: B
Any function including main() can be called recursively.