字符串问题!!!
#include <stdio.h>void main()
{
char *str="happy";
printf("%c",*(str+3));
}
2012-03-12 19:58
2012-03-12 19:58
2012-03-12 20:24
2012-03-12 20:51
2012-03-12 21:14
2012-03-12 21:16
2012-03-12 21:39