C Programming :: Command Line Arguments
-
Every time we supply new set of values to the program at command prompt, we need to recompile the program.
-
Even if integer/float arguments are supplied at command prompt they are treated as strings.
-
The first argument to be supplied at command-line must always be count of total arguments.