Chapter 5 - Pointers and Arrays(三)

​5.4 Address Arithmetic(地址算术运算) If p is a pointer to some element of an array, then p++ increments p to point to the next element, and p+=i increments it to point i elements beyond where it currently
相关文章
相关标签/搜索