2 Compiling a C program - Washington State University

Command line arguments. In general, the main program function can have the following heading. main(int argc, char *argv[]) When the program runs, the operating system puts into argc (argument count) the number of tokens on the command line. This count includes the program name itself. ................
................