c语言程序操作题

日期:2008-12-26 13:58:28 人气:1

c语言程序操作题

#include main () { int count[10]; char str[1024]; int i; memset (str, 0, sizeof (str)); printf ("please inpurt string : "); scanf ("%s", str); for (i = 0;i < strlen (str);i++) {
    A+
热门评论