In the following declaration of main, to what does *argv usually correspond?
int main(int argc, char *argv[])
The first argument passed into the program
The program name
You can't define main like that