2 like 0 dislike
1k views
請依下列的定義完成函數。

 

#include <stdio.h>

 

///

///函數名稱 count

///函數功能 計算字串當中共用了多少種英文字母

///參數說明

///str 要被搜尋的字串

///

int count(const char str[]);

 

int main()

{

   char str[1000];

   gets(str);

   printf(“共使用了 %d 種英文字母”, count(str));

   return 0;

}

 

int count(const char str[])

{

 

}
[Normal] Essay (Open question) - asked in 2017-1 程式設計(一)AD by (30k points)
ID: 38158 - Available when: Unlimited - Due to: Unlimited
| 1k views

3 Answers

0 like 0 dislike
Hidden content!
* * *


** *** * * **** * ***


* **



{


*** ** * * * *** **** *** * * *


***** * * * ** * *


* * ***** * ******** *


** * **** ***** **** %d *** * *** * * * **


** *** * **** * * 0;



}



int * char * ** * *



{


** * ** * * * *** ** * * ** * = {0};


* * ** *


** * * * != * ++)



{


* ** 'A' * **** ** * * * * ***** *


* ** = 1;


*** * *** * * * 'a' * * * * *** ** **


* *** ** = 1;



}


* *** * ** *


* += **


*** * ** *



}
answered
0 like 0 dislike
Hidden content!
*** * ** * * * ** ** ****** * ** ** * * *
answered by (190 points)
0 like 0 dislike
Hidden content!
* * * * * * *** * * * * * * ******** ** ***
answered by (160 points)
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:162.158.154.5
©2016-2025

Related questions

8 like 0 dislike
5 answers
[Exam] asked Dec 8, 2017 in 2017-1 程式設計(一)AD by Shun-Po (18k points)
ID: 36177 - Available when: 2017-12-08 18:30 - Due to: 2017-12-08 21:00
| 1k views
2 like 0 dislike
8 answers
[Normal] Coding (C) - asked Dec 20, 2017 in 2017-1 程式設計(一)AD by 楊修俊 (30k points)
ID: 38155 - Available when: Unlimited - Due to: Unlimited
| 2.9k views
2 like 0 dislike
5 answers
[Normal] Essay (Open question) - asked Dec 20, 2017 in 2017-1 程式設計(一)AD by 楊修俊 (30k points)
ID: 38147 - Available when: Unlimited - Due to: Unlimited
| 1.1k views
12,783 questions
183,442 answers
172,219 comments
4,824 users