Dhanpal Singh said:
(Tue, Nov 16, 2010 09:55:05 AM)
different computer configuration
Rashmi said:
(Thu, Jan 13, 2011 05:49:25 AM)
Because command prompt depend on the Operating System (OS) and when OS change then the value of the command line argument changes.
Preetam Jadakar said:
(Thu, Feb 17, 2011 04:13:24 AM)
How to understand the which os offers which specification for cammand pompt?
Rajesh said:
(Fri, Jul 1, 2011 02:30:40 PM)
command line arguments means?
Prathima said:
(Wed, Sep 7, 2011 05:54:08 PM)
main() function takes two arguments i.e main(int argc, char *argv[])
Here argc is the argument count and argv is a argument vector(argv is a array of pointers).
In DOS environment, maximum length is 128 characters. But the question is for all OS. So it may vary from OS to other OS.
Vijay said:
(Thu, Sep 15, 2011 01:45:07 PM)
Its right
In DOS environment,maximum length is 128 characters.
& it vary according to os to os.
Naresh said:
(Sun, Dec 25, 2011 09:44:49 AM)
It is possible to pass arguments to C programs when they are executed. The brackets which follow main are used for this purpose. argc refers to the number of arguments passed
Rathika.B said:
(Mon, Jan 16, 2012 07:42:58 PM)
Then what about the meaning of /*......*/ and //???
These also command-line arguments ah??
Sidheshwar Kacharde said:
(Sun, Feb 5, 2012 05:29:39 PM)
It's right it's depend on OS.
Parvesh Kumar said:
(Mon, Feb 6, 2012 02:15:08 PM)
What is the use of command line argument and how can I use it ?