what does static void Main(string[] args) in C# mean????????
Answer Posted / elan
It is the code starting point and when a function specified with static it will be always available in App Domain (in application). Also no need to create any instance and Classname.Function / Method name will work. The usage of string args[] is read the command line argument.
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
2. What happened when BO object has been called?
What is delegates in c#?
What is global namespace in c#?
What are the different ways of method can be overloaded?
How can I process command-line arguments?
If you want to convert a base type to a derived type, what type of conversion do you use?
Is array thread safe c#?
What is console write in c#?
Is c# or c++ better for games?
What are the advantages of interface in c#?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
What is CLR and its application.?
Can we override interface method?
What language do desktop applications use?