what does static void Main(string[] args) in C# mean????????
Answer Posted / vaibhav durhaya
in C# Main function returns something as string. If u dont
want something return to function u have to use Void. And
Static Keyword shows that there should be something in the
function which is static, i.e. WriteLine() is a static
member method of the Console class.
| Is This Answer Correct ? | 42 Yes | 49 No |
Post New Answer View All Answers
What is a dll in c#?
How can you access a private method of a class?
What is the difference between package and interface?
What does console mean c#?
Is list a collection c#?
How do partial classes work in c#?
What is difference between class and interface in c#?
Define thread?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is gui in c#?
Why is c# better than java?
Which of these string definitions will prevent escaping on backslashes in c#?
What is static class in C#?
What is array formula?
What is a ienumerator?