習題8 6 刪除字元 20分

2021-10-17 06:49:42 字數 945 閱讀 1619

本題要求實現乙個刪除字串中的指定字元的簡單函式。

函式介面定義:

void

delchar

(char

*str,

char c )

;

其中char *str是傳入的字串,c是待刪除的字元。函式delchar的功能是將字串str**現的所有c字元刪除。

裁判測試程式樣例:

#include

#define maxn 20

void

delchar

(char

*str,

char c )

;void

readstring

(char s)

;/* 由裁判實現,略去不表 */

intmain()

/* 你的**將被嵌在這裡 */

輸入樣例:

a
輸出樣例:

hppy new yer
原始碼

#include

void

delchar

(char

*str,

char c)

int k =0;

for(

int i =

0; i < len; i++

) true_len--

; k++;}

}for

(int i = true_len; i < len; i++

)}

***謝謝!!!

習題8 6 刪除字元(20 分)

習題8 6 刪除字元 20 分 本題要求實現乙個刪除字串中的指定字元的簡單函式。void delchar char str,char c 其中char str是傳入的字串,c是待刪除的字元。函式delchar的功能是將字串str中出現的所有c字元刪除。include define maxn 20 v...

習題8 6 刪除字元(20 分)

本題要求實現乙個刪除字串中的指定字元的簡單函式。函式介面定義 void delchar char str,char c 其中char str是傳入的字串,c是待刪除的字元。函式delchar的功能是將字串str 現的所有c字元刪除。裁判測試程式樣例 include define maxn 20 vo...

習題8 6 刪除字元(20 分)

本題要求實現乙個刪除字串中的指定字元的簡單函式。void delchar char str,char c 其中char str是傳入的字串,c是待刪除的字元。函式delchar的功能是將字串str 現的所有c字元刪除。include define maxn 20 void delchar char ...