wo2c 的 站内主页
各位高手请指教:
main(){ char *p; p=" "; scanf("%s",p); printf("%s\n",p);}
在vc++6.0环境下运行会出错,怎么办?请指教。
....
Read More >
2008
10-12
10-12
下面这个数据结构中c程序疑问,请高手帮忙!!
typedef struct node{char data; struct node *next;}node,*nodeptr;#define len sizeof(node)nodeptr creatlink(){nodeptr l,p,q; int i,n; char e; l=(nodeptr....
Read More >
2008
10-09
10-09
下面这个数据结构中c程序疑问,请高手帮忙!!
typedef struct node{char data; struct node *next;}node,*nodeptr;#define len sizeof(node)nodeptr creatlink(){nodeptr l,p,q; int i,n; char e; l=(nodeptr....
Read More >
void main(){union bt {int k; char c[2]; }a;a.k=-7;printf("%o,%o\n",a.c[0],a.c[1]);}
调试后输出:
177771,177777
各位高手, 帮忙给解释一下为什么得出这样的结果,小弟在这多谢了!!....
Read More >
2008
04-29
04-29
2008
02-18
02-18