首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
猜猜结果是什么
#include<stdio.h>main(){ char *p,*q; char str[]="Hello,World\n"; q = p = str; p++; printf("%s\n",q); printf("%s\n",p);}
2011-08-08 19:48 |
阅读 562 次
|
评论 0 条
従箂的博客
従箂
浏览562次
文章分类
默认分类(1)
文章归档
2011年08月(1)
最新评论