研究下指標p+1之後,話不多說貼程式碼測試 #include<stdio.h> struct test { int a; int b; char c; float d; }; int main(void) { int *pint; ...
確定! 回上一頁