Page Stats
Visitor: 422
Command Line Argument
The predefined arguments passed from command line are called command line arguments. These arguments are handled by main() function. These variables are argc and argv. Argc count the number of arguments and argv is the argument value, it contains the values entered by user.
void main (int argc, char *argv[])