3.7.1.3.7.3 Arguments

argc
The number of arguments provided to the application. Initially, this count is passed to the main function.
argv
The arguments provided to the application. Initially, these arguments are passed to the main function.