为什么不能写成注释行里的那样子???
#include <stdio.h>main()
{
int a[6]={1,2,3,4,5,6};int *p;
for(p=a;p<a+6;p++) /* for(p=a;p<p+6;p++) */
printf("%-4d",*p);
getch();}
2011-11-30 14:24
2011-11-30 14:59
2011-11-30 15:00
2011-11-30 15:08
2011-11-30 15:51

2011-11-30 17:06
2011-11-30 17:07
2011-11-30 18:07