|
Are two pointers to the same array, so it makes sense to perform calculations between the pointers,
The behavior of pointer arithmetic between two pointers is undefined
Grammatically, it is "possible", but logically it is "undefined", which means that the calculation result is meaningless, which is more accurate. |
|