Basicly its an array of strings where the int is the number of strings and argv stores the strings. I can be written as char** argv or char* argv[]. As far as I have read.

This is so you can...