Can we have two main() functions in a C++ program?
main()
You can't overload main() in the global scope.