Arguments that are passed to the main() function of the program in the command-line shell of the operating system are known as command-line arguments.
Sandhya Answered question June 27, 2023
Command-line arguments are the values given after the name of the program in the command-line shell of Operating Systems. Command-line arguments are handled by the main() function of a C/C++ program.
Sandhya Answered question June 27, 2023
