what are the command line arguments in c program
Answers
Answered by
2
Command line argument 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 arguments are passed to the main() method.
Answered by
3
Answer:
command line argument is a parameter supplied to the program when it is invoked. command ine argument is an important element in C programming. command line arguments are passed to the main() method.
hope it helps u
Similar questions