Recursive strdel in c

前端 未结 0 874
别那么骄傲
别那么骄傲 2020-12-17 02:13

I want to implement recursive strdel function in c. But it doesn\'t work.

char *strdel(char *dest, const char *src, const size_t k, const int p){
        if(p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题