0
static void Main(string[] args)
why to use args in the main method as static void Main(string[] args)..??
1 Odpowiedź
+ 3
Because you can start a program from the terminal and add arguments to it that will be used by the program.
why to use args in the main method as static void Main(string[] args)..??