void replaceLetters(char *text, char original, char new_char) should change text

前端 未结 0 1029
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-05 03:35

I\'ve been tryring to solve this problem for hours now.

void replaceLetters(char *text, char original, char new_char) 
{
  text = "Randoi";
  for(in         


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