Computer Programming Chapter Eight: Streams and External …

The second argument argv is an array of character type pointers that points to the command line arguments. Argc is known as argument counter and argv is called argument vector. C:\> student A B. the value of argc is 3 (student, A & B) and the argv would be an array of three pointers to string as follows: ................
................