pointer arithmetic

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.

Syndicate content