
Please explain me what is the use of "command line arguments" and why we need to use it..?

Hi Friend,
Command-line-arguments are used in many programming and computing environments to provide information to the program at startup that it will need to fulfill its mission during that particular invocation.
Thanks