335 viewsJune 27, 2023C Programming#cprogramming 0 Pavithra42 June 25, 2023 0 Comments 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 1 Answer ActiveVotedNewestOldest 0 Sandhya2.52K Posted June 27, 2023 0 Comments 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 Register or Login