What are command line arguments in C language?
Answers
Answered by
0
Command line arguments is a parameter supplied to the program when it is invoked. Command line argument is an important concept in C programming. It is mostly used when you need to control your program from outside. Command line argument are passed to the main () method.
Similar questions