+ 3
[DUPLICATE] What does (string[] args) mean?
2 Answers
+ 4
it's a good habit,
it is used to take arguments during command line operations to provide any no. of string arguments for ur code (ur main function), which can be used inside the programming.
don't be bothered about it in beginning phase u can even ignore that statement.
+ 3
Thank you very much



