what is command line argument program? How we can write n run it?
See the extensive article at http://en.wikipedia.org/wiki/Command-line_interface
The command line is often interacted with through an application such as the 'terminal'. It provides an alternative approach to interacting with your computer. For examples programs are run by typing in text such as 'mkdir folder' - which creates a new directory called 'folder'. The string 'folder ' is an argument passed into the application 'mkdir'. The programming language you're using should have an API that allows you to create programs that interact with the command line. You can also use the command lines to run programs.
thanks 4r reply guys...I got some knowledge about cmd line arg....
Join our real-time social learning platform and learn together with your friends!