what does static void Main(string[] args) in C# mean????????
Answer Posted / cc
WriteLine is a procedure/ method in the class called Console.
It doesn't have any relation with Static keyword.
Void is called "nothing" or no more return type required by the function.
Static is a keyword used by Main method because to avoid manipulation of Main Function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is main static in c#?
What are the generation of Garbage Collection in C# .NET ?
How is lazy loading achieved?
What is a clr (common language runtime)?
What is _viewstart cshtml?
How big is int16?
How do I count the length of a string in c#?
Wcf and what is difference between wcf and web services?
Explain synchronous and asynchronous operations?
What are the types of comment in c# with examples?
What are most desktop applications written in?
what is the difference between convert.tostring() and tostring() functions ?
What is the difference between “finalize” and “finally” methods in c#?
Explain use of abstract and sealed classes in c#?
What are the benefits of using generics?