1
Answer

Pgm to find how many unique alphabets present in String

Hi,
 
Please give me logic or solution on above problem in c#
 
Without using Linq
 
eg. ihave string AABBCD
 
O/p is Only unique characters : CD 

Answers (1)