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 the three types of predicates?
What types of object can I throw as exceptions?
What is constructor overloading in c#?
What is list array in c#?
What do you understand by 'access specifiers' in C#?
What is the difference between CreateObject() and GetObject()?
Which are access modifiers available in c#?
Why is main static in c#?
What are PE(Portable Executable)?
How do you comment in c#?
What is an assembly qualified name
Can we make a Static Constructor Parameterized? Give Reason with your answer
What is strongly typed view?
What is method and function in c#?
How many types of delegates are there in c#?