The argument passed to the main() function while executing the program is known as command line argument.
Vishalini.R Answered question June 26, 2023
Command-line arguments are simple parameters passed to your software during execution. They are supplied via the system’s command line. When a program begins execution without human intervention, command-line arguments are used to pass values or files to it.
Vishalini.R Answered question June 26, 2023
