d is a pointer to a function that takes two parameters: ... int B = 2; void func(int *p) { p = &B; } int main() { int A = 1, C = 3; int *ptrA = &A; ...
確定! 回上一頁