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 the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is an ienumerable in c#?
Why we use get and set property in c#?
Which are the access modifiers available in c#?
Can mvc be used for desktop applications?
What is the differences between datagrid, datalist and repeater in .net?
What is the advantage of generics in c#?
How many bytes is a long c#?
What is xamarin used for?
What are the advantages of generics in c#?
Do while loops yes or no c#?
What is predicate c#?
What is byte c#?
What do you know about device context?
What is parsing? How to parse a date time string?