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
What is the property of class?
What is meant by clr?
What is type keyword in c#?
Explain the process of inheriting a class into another class?
How do I run managed code in a process?
What do you know about Translate Accelerator?
How does c# achieve polymorphism?
What is wpf application in c#?
Describe a Struct ?
Why are local variables stored in stack?
Define property in c#.net?
What is a nullreferenceexception?
What is datarelation c#?
What is static classes?
What is disco?