摘要:
字符串逆序输出#includevoid reverse(char *str){ int i; int count=0; char *p=NULL; p=str; while(*str!='\0') { count++; str++; } p+=count-1; for(i=0;i { p... 阅读全文
posted @ 2013-10-15 22:21
dreamsyeah
阅读(110)
评论(0)
推荐(0)
摘要:
字符串逆序输出#includevoid reverse(char *str){ int i; int count=0; char *p=NULL; p=str; while(*str!='\0') { count++; str++; } p+=count-1; for(i=0;i { p... 阅读全文
posted @ 2013-10-15 22:21
dreamsyeah
阅读(117)
评论(0)
推荐(0)

浙公网安备 33010602011771号