Tagged Questions
8
votes
18answers
1k views
Why the name main for function main()
Why the function name main() is retained in many languages like C, C++, Java? Why not any other names for that function? Is there any common structure for all these 3 main() (in C, C++, Java)