argv

All pointers arithmetic operations can be applied on argv

True/false question

The main function parameter named argv is a pointer to an array. Hence, all pointers arithmetic operations can be applied on it.

to what does *argv usually correspond

Multiple choice question

In the following declaration of main, to what does *argv usually correspond?

int main(int argc, char *argv[])

Syndicate content