[讨论]不明白!真的不明白!
point(char *pt);main()
{
char b[4]={'a','c','s','f'},*pt=b;
point(pt);
printf("%c\n",*pt);
getch();
}
point(char *p)
{p+=3;
}
怎么不是f,而是a.真的不知怎样理解!
2005-03-29 23:49

2005-03-30 08:56

2005-03-30 09:09
2005-03-30 09:12