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 are Regex / regular expressions ?
How to use exception handling in stored procedure?
What is a race condition?
What is polymorphism in c sharp?
What is different between Implicit conversion and Explicit conversion in C#?
What is the max value of int32 in c#?
How do you set a class path?
What is parameters in c#?
What is the difference between a method and a property?
Which are access modifiers available in c#?
What is difference between hashtable and dictionary in c#?
How do you declare an arraylist?
What is indexer c#?
What is new method in c#?
What is the compiler of c#?