編寫一個函數,刪除一個字符串的一部分

函數的原型以下: int substr(char *str,const char *substr) 函數應該首先判斷substr是否出如今str中,若是它並未出現,函數返回值爲0;若是出現,函數返回值爲1;str中保存刪除後的字符串。 實驗代碼以下:web #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<assert.h>
相關文章
相關標籤/搜索