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 are satellite assemblies?
List some of the basic string operation?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
Difference between debug.write and trace.write?
What is static classes?
What does void mean in c#?
What is called method in c#?
What is xpath in c#?
What is difference between list and dictionary in c#?
Can hashtable have duplicate keys in c#?
Is as keyword in c#?
What is deadly diamond problem?
What is state c#?
Write a program to find the angle between the hours and minutes in a clock
What is dataset and dataadapter in c#?