会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
宝剑锋从磨砺出,梅花香自苦寒来!
Admin
2016年1月28日
《彻底搞定C指针》文档整理
一.变量存储 #include <stdio.h> int main(void) { int i = 39; printf(“%d\n”, i); printf(“%d\n”, &i); //十进制打印i的地址 printf(“%x\n”, &i); //十六进制打印i的地址 return(0);
Read More
posted @ 2016-01-28 15:47 天王星B
Views(591)
Comments(0)
Diggs(0)
Edit
公告