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\',