C++
Programming and Technical
Can main () be called recursively?
Read Solution (Total 1)
Yes. Any function including main() can be called recursively.
10 years ago
Helpfull: Yes(1) No(0)
C++ Other Question
What is a union?
Are the variables argc and argv are always local to main?