2
Answers

Main Function

Photo of Praveen Srivastava

Praveen Srivastava

14y
2.1k
1
I wonder if there any way so that we can run main function without static keyword.

Why the main function is always kept static.

Which will be executed first the static constructor or the main function and why?

Answers (2)