The main function parameter named argv is a pointer to an array. Hence, all pointers arithmetic operations can be applied on it.
In the following declaration of main, to what does *argv usually correspond?
int main(int argc, char *argv[])