programming dudez:
i have 5 letters, a,b,c,d,e. i need to output all the possible 3 letter, non-repeating combinations. letter position is also important, e.g. abc and cba is considered as two combinations. what's the best way to do it in C?
Nov 11, 2005 1:30am PST