Deleting all the occurences of a given word in stack using c

前端 未结 0 1739
后悔当初
后悔当初 2021-02-10 20:15

I have a doubt in stack data structure for deleting all the occurrences of a given word inside the stack.

my code,

void Delete_word_stack(char data[]){
           


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