摘要: 先直接放程序吧,后面还有总结。 start #include<stdio.h>#include<string.h> int main(void){ int a = 9; float *p = (float *)&a; printf("*(int *)p = %d.\n", *(int *)p); p 阅读全文
posted @ 2019-01-04 11:40 星星_xing 阅读(2977) 评论(0) 推荐(0) 编辑