c语言中指针加一以后

研究下指针p+1以后,话很少说贴代码测试web #include<stdio.h> struct test { int a; int b; char c; float d; }; int main(void) { int *pint; char *pchar; struct test *pstruct; printf("int
相关文章
相关标签/搜索