Main(string[] args)
In the Main method there is a string array arguments. I wish to know is there any specific reason for that.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Dec 14, 2011, 1:28 PM
No I don't anything about this, it is to find out the reason I asked this question Sam.
Sam HobbsPosted Dec 14, 2011, 1:02 PM
Or did I miss something? Is there any reason you need to know why?
VulpesPosted Dec 14, 2011, 4:50 AM
Pankaj RanaPosted Dec 14, 2011, 12:25 AM
Satyapriya NayakPosted Dec 13, 2011, 11:11 PM
The C# language provides a string[] array called args that is populated with the command-line arguments from the Windows operating system.
Thanks
manuel josephPosted Dec 13, 2011, 8:39 PM