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 gui in c#?
Helo , Help Me , Help Me About : C# Windows Application - Network How To Manage IP Client's Accessiblity To The Internet Share concise Substitute , Minor ISA Server
What is use of console?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What is the difference between finalize() and dispose()?
Explain Direct CAST vs CType ?
Constructor to an arbitrary base constructor?
What is a partial class in c#?
What are the 4 pillars of any object oriented programming language?
What is difference between var dynamic and object in c#?
Are c# references the same as c++ references?
What is the main purpose of linq?
Is string a data type in c#?
How can I check the type of an object at runtime?