1 int *pointerToInt; 2 double *pointerToDouble; 3 char *pointerToChar; 4 char ... You can print a pointer value using printf with the %p format specifier.
確定! 回上一頁