Deleting repeated Vals of an element from an array

后端 未结 0 1355
甜味超标
甜味超标 2020-12-13 13:13

I want to write a c program that deletes repeated Vals from a char array. For example, if I have the array:

char arr[11]={\'a\',\'b\',\'c\',\'a\',\'d\',\'b\',         


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