Code:
if(for(k=0;k<strlen(word);k++))
                                      {
                                           temp[k]=@
                                      }, printf("%s is an anagram of %s\n" dict[i].name, word);
Its a little messy, but thats what I'm trying to do.