010# puzzle on c/c++ :- make program:

@dholey (1383)
India
October 12, 2007 9:50am CST
get one word from user and make all possible jumbled sequences using that word .... suppose ABC is entered then ur program will produce ABC ACB BAC BCA CBA CAB
3 responses
@mnsrwt123 (2057)
• India
3 Mar 08
Hey i also got confused when i think about this problems few years ago when i was learning C. But still i am not able to find out the perfect solution of that program. HOpe when you find out one then you will tell me.
1 person likes this
@dholey (1383)
• India
19 Oct 09
its being three years and the puzzle is still un-answered , yet waiting for the best response, hope programmers will come and see it again....
@ahgong (10064)
• Singapore
18 Oct 07
ha ha ha... any price for the right answer? this puzzle looked really familiar. Something a lecturer would have asked of a student when teaching him/her to do programming in that particular language. C/C++ eh? I am really rusty on my programming. I will look at it tonite and give it a go to see if my coding skills are still any good. ;)
@dholey (1383)
• India
18 Oct 07
yes the price is always there ... the one come up with the solution (the first person) gets best response mark .... any way ... i can assure you it is not that much simple as you are feeling and assuming .... any ways .... i hope some one will try to solve it .......
• India
17 Oct 07
Dholey great to see you back with these C/C++ puzzles. I wish to solve this problem but I lost my touch on C/C++ programming as I am into PHP developments for many months now. So if I try to create a program to solve the puzzle I accidentally write a PHP program :D. Would come back to this post later to get the answer to this problem. If possible I will myself provide a solution to this puzzle later. Great going Dholey :)
1 person likes this
@dholey (1383)
• India
18 Oct 07
thanks for your wel-come .... you are welcome to put php codes ..... but the point is it should work on any given word ..