How many times can I use MAIN in my C++ program?

Can I declare it as a variable and use it?

As main() is only one time allowed...