+ 1
What is (string [ ] args)?
3 Answers
+ 1
Those are for command-line arguments. You can pass them to your program during runtime.
0
it is use for command line args
0
It is called Command Line argument but
In simple term , it is called Array of string datatype and args is array name here. That's all