Memory management functions: malloc( ) (we will use calloc() for arrays) free( ) · Pointer arithmetic: if p points to a[0] then *(p + i) is an alias for a[i] ...
確定! 回上一頁