刪除指定字符串中的子串

問題描述  在給定字符串中查找全部特定子串並刪除,若是沒有找到相應子串,則不做任何操做。 要求實現函數:  int delete_sub_str(const char *str, const char *sub_str, int sub_str_num,char *result) 【輸入】 str:輸入的被操做字符串                sub_str:須要查找並刪除的特定子字符串函數
相關文章
相關標籤/搜索