Can anybody tell me how to implement a program to check a string contains all unique chars ?
bool isUnique(char st[],int size) { bool char_set[256]=false; for(int i=0;i